Shades of East Bay #414C66
Tints of East Bay #414C66
RGB
CMYK
RGB Variations
Color information
#414C66 (or 0x414C66) is known color: East Bay. HEX triplet: 41, 4C and 66. RGB value is (65,76,102). Sum of RGB (Red+Green+Blue) = 65+76+102=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #414C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C66 is #BEB399. Grayscale: #4B4B4B. Windows color (decimal): -12497818 or 6704193. OLE color: 6704193.
HSL color Cylindrical-coordinate representation of color #414C66: hue angle of 222.16º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #414C66 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 76 | 102 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.6 |
| HSL | 222.16º | 0.22% | 0.33% | - |
| HSV(B) | 222.16º | 0.36% | 0.4% | - |
| XYZ | 7.16 | 7.25 | 13.59 | - |
| YUV | 75.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 102 | 0.36 | 0.25 | 0 | 0.6 | 222.16 | 0.22 | 0.33 |
| Hex | 41 | 4C | 66 | 24 | 19 | 0 | 3C | DE | 16 | 21 |
| Octal | 101 | 114 | 146 | 44 | 31 | 0 | 74 | 336 | 26 | 41 |
| Binary | 1000001 | 1001100 | 1100110 | 100100 | 11001 | 0 | 111100 | 11011110 | 10110 | 100001 |
Color Harmonies of #414C66
Complementary color
Monochromatic Colors of #414C66
Black with #414C66
Text Example
Text Example
White with #414C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C66; }
p { color: rgb(65,76,102); }
H1.HeaderClassName
{
color: #414C66;
}
.AnyTagClassName
{
color: #414C66;
}
</style>
background-color css
<style>
a { background-color: #414C66; }
a { background-color: rgb(65,76,102); }
div.DivClassName
{
background-color: #414C66;
}
.BgClassName
{
background-color: #414C66;
}
</style>
border-color css
<style>
span { border-color: #414C66; }
span { border-color: rgb(65,76,102); }
td.TdClassName
{
border-color: #414C66;
}
.TagClassName
{
border-color: #414C66;
}
</style>