Bay of Many is a
cool medium color with the hex code #41448B.
This moderately saturated hue can be represented as RGB
65, 68, 139 in digital design or CMYK 53%, 51%, 0%, 45% for print applications.
Find matching Pantone color.
Bay of Many
#41448B
Bay of Many color values
- HEX
- #41448B
- RGB
- 65, 68, 139
- HSL
- 238°, 36%, 40%
- CMYK
- 53, 51, 0, 45
Shades & tints
About this color
Bay of Many sits at 238° on the color wheel with 36% saturation and 40% lightness, placing it in the blue segment of the spectrum. The moderate 36% saturation gives it enough color presence to register clearly without competing for dominance in a composition. Its mid-range lightness positions it as a mid-tone: neither a background color nor a deep accent, but something in between.
In digital environments, Bay of Many is rendered as rgb(65, 68, 139), where the blue channel is highest at 139, producing a strongly blue character. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.
For print, Bay of Many translates to a CMYK breakdown of 53C 51M 0Y 45K. With a moderate key (45%), this color uses black to deepen the chromatic channels rather than replace them, a profile that typically holds up well in both offset and digital print. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Bay of Many
CSS Variable
:root {
--brand-primary: #41448B;
--brand-primary-rgb: 65, 68, 139;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#41448B',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 53%
M: 51%
Y: 0%
K: 45% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(65, 68, 139)
rgba(65, 68, 139, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Brands using similar hue
24 brand s with colors near 238° on the color wheel
Frequently asked questions
What color is #41448B?
What is the RGB value of #41448B?
Is Bay of Many a warm or cool color?
How do I use #41448B in CSS?
background-color: #41448B; or color: #41448B; or as an RGB value: rgb(65, 68, 139). For print design, use CMYK: 53%, 51%, 0%, 45%.