Shades of East Bay #414D69
Tints of East Bay #414D69
RGB
CMYK
RGB Variations
Color information
#414D69 (or 0x414D69) is known color: East Bay. HEX triplet: 41, 4D and 69. RGB value is (65,77,105). Sum of RGB (Red+Green+Blue) = 65+77+105=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #414D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D69 is #BEB296. Grayscale: #4C4C4C. Windows color (decimal): -12497559 or 6901057. OLE color: 6901057.
HSL color Cylindrical-coordinate representation of color #414D69: hue angle of 222º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #414D69 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 77 | 105 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.59 |
| HSL | 222º | 0.24% | 0.33% | - |
| HSV(B) | 222º | 0.38% | 0.41% | - |
| XYZ | 7.38 | 7.45 | 14.41 | - |
| YUV | 76.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 105 | 0.38 | 0.27 | 0 | 0.59 | 222 | 0.24 | 0.33 |
| Hex | 41 | 4D | 69 | 26 | 1B | 0 | 3B | DE | 18 | 21 |
| Octal | 101 | 115 | 151 | 46 | 33 | 0 | 73 | 336 | 30 | 41 |
| Binary | 1000001 | 1001101 | 1101001 | 100110 | 11011 | 0 | 111011 | 11011110 | 11000 | 100001 |
Color Harmonies of #414D69
Complementary color
Monochromatic Colors of #414D69
Black with #414D69
Text Example
Text Example
White with #414D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D69; }
p { color: rgb(65,77,105); }
H1.HeaderClassName
{
color: #414D69;
}
.AnyTagClassName
{
color: #414D69;
}
</style>
background-color css
<style>
a { background-color: #414D69; }
a { background-color: rgb(65,77,105); }
div.DivClassName
{
background-color: #414D69;
}
.BgClassName
{
background-color: #414D69;
}
</style>
border-color css
<style>
span { border-color: #414D69; }
span { border-color: rgb(65,77,105); }
td.TdClassName
{
border-color: #414D69;
}
.TagClassName
{
border-color: #414D69;
}
</style>