Shades of East Bay #414C63
Tints of East Bay #414C63
RGB
CMYK
RGB Variations
Color information
#414C63 (or 0x414C63) is known color: East Bay. HEX triplet: 41, 4C and 63. RGB value is (65,76,99). Sum of RGB (Red+Green+Blue) = 65+76+99=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #414C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C63 is #BEB39C. Grayscale: #4B4B4B. Windows color (decimal): -12497821 or 6507585. OLE color: 6507585.
HSL color Cylindrical-coordinate representation of color #414C63: hue angle of 220.59º 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 #414C63 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 76 | 99 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.61 |
| HSL | 220.59º | 0.21% | 0.32% | - |
| HSV(B) | 220.59º | 0.34% | 0.39% | - |
| XYZ | 7.02 | 7.19 | 12.82 | - |
| YUV | 75.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 99 | 0.34 | 0.23 | 0 | 0.61 | 220.59 | 0.21 | 0.32 |
| Hex | 41 | 4C | 63 | 22 | 17 | 0 | 3D | DD | 15 | 20 |
| Octal | 101 | 114 | 143 | 42 | 27 | 0 | 75 | 335 | 25 | 40 |
| Binary | 1000001 | 1001100 | 1100011 | 100010 | 10111 | 0 | 111101 | 11011101 | 10101 | 100000 |
Color Harmonies of #414C63
Complementary color
Monochromatic Colors of #414C63
Black with #414C63
Text Example
Text Example
White with #414C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C63; }
p { color: rgb(65,76,99); }
H1.HeaderClassName
{
color: #414C63;
}
.AnyTagClassName
{
color: #414C63;
}
</style>
background-color css
<style>
a { background-color: #414C63; }
a { background-color: rgb(65,76,99); }
div.DivClassName
{
background-color: #414C63;
}
.BgClassName
{
background-color: #414C63;
}
</style>
border-color css
<style>
span { border-color: #414C63; }
span { border-color: rgb(65,76,99); }
td.TdClassName
{
border-color: #414C63;
}
.TagClassName
{
border-color: #414C63;
}
</style>