Shades of East Bay #404B63
Tints of East Bay #404B63
RGB
CMYK
RGB Variations
Color information
#404B63 (or 0x404B63) is known color: East Bay. HEX triplet: 40, 4B and 63. RGB value is (64,75,99). Sum of RGB (Red+Green+Blue) = 64+75+99=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #404B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B63 is #BFB49C. Grayscale: #4A4A4A. Windows color (decimal): -12563613 or 6507328. OLE color: 6507328.
HSL color Cylindrical-coordinate representation of color #404B63: hue angle of 221.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404B63 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 75 | 99 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.61 |
| HSL | 221.14º | 0.21% | 0.32% | - |
| HSV(B) | 221.14º | 0.35% | 0.39% | - |
| XYZ | 6.88 | 7.02 | 12.8 | - |
| YUV | 74.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 99 | 0.35 | 0.24 | 0 | 0.61 | 221.14 | 0.21 | 0.32 |
| Hex | 40 | 4B | 63 | 23 | 18 | 0 | 3D | DD | 15 | 20 |
| Octal | 100 | 113 | 143 | 43 | 30 | 0 | 75 | 335 | 25 | 40 |
| Binary | 1000000 | 1001011 | 1100011 | 100011 | 11000 | 0 | 111101 | 11011101 | 10101 | 100000 |
Color Harmonies of #404B63
Complementary color
Monochromatic Colors of #404B63
Black with #404B63
Text Example
Text Example
White with #404B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B63; }
p { color: rgb(64,75,99); }
H1.HeaderClassName
{
color: #404B63;
}
.AnyTagClassName
{
color: #404B63;
}
</style>
background-color css
<style>
a { background-color: #404B63; }
a { background-color: rgb(64,75,99); }
div.DivClassName
{
background-color: #404B63;
}
.BgClassName
{
background-color: #404B63;
}
</style>
border-color css
<style>
span { border-color: #404B63; }
span { border-color: rgb(64,75,99); }
td.TdClassName
{
border-color: #404B63;
}
.TagClassName
{
border-color: #404B63;
}
</style>