Shades of East Bay #414B63
Tints of East Bay #414B63
RGB
CMYK
RGB Variations
Color information
#414B63 (or 0x414B63) is known color: East Bay. HEX triplet: 41, 4B and 63. RGB value is (65,75,99). Sum of RGB (Red+Green+Blue) = 65+75+99=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #414B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B63 is #BEB49C. Grayscale: #4A4A4A. Windows color (decimal): -12498077 or 6507329. OLE color: 6507329.
HSL color Cylindrical-coordinate representation of color #414B63: hue angle of 222.35º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414B63 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 75 | 99 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.61 |
| HSL | 222.35º | 0.21% | 0.32% | - |
| HSV(B) | 222.35º | 0.34% | 0.39% | - |
| XYZ | 6.95 | 7.06 | 12.8 | - |
| YUV | 74.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 99 | 0.34 | 0.24 | 0 | 0.61 | 222.35 | 0.21 | 0.32 |
| Hex | 41 | 4B | 63 | 22 | 18 | 0 | 3D | DE | 15 | 20 |
| Octal | 101 | 113 | 143 | 42 | 30 | 0 | 75 | 336 | 25 | 40 |
| Binary | 1000001 | 1001011 | 1100011 | 100010 | 11000 | 0 | 111101 | 11011110 | 10101 | 100000 |
Color Harmonies of #414B63
Complementary color
Monochromatic Colors of #414B63
Black with #414B63
Text Example
Text Example
White with #414B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B63; }
p { color: rgb(65,75,99); }
H1.HeaderClassName
{
color: #414B63;
}
.AnyTagClassName
{
color: #414B63;
}
</style>
background-color css
<style>
a { background-color: #414B63; }
a { background-color: rgb(65,75,99); }
div.DivClassName
{
background-color: #414B63;
}
.BgClassName
{
background-color: #414B63;
}
</style>
border-color css
<style>
span { border-color: #414B63; }
span { border-color: rgb(65,75,99); }
td.TdClassName
{
border-color: #414B63;
}
.TagClassName
{
border-color: #414B63;
}
</style>