Shades of East Bay #404C63
Tints of East Bay #404C63
RGB
CMYK
RGB Variations
Color information
#404C63 (or 0x404C63) is known color: East Bay. HEX triplet: 40, 4C and 63. RGB value is (64,76,99). Sum of RGB (Red+Green+Blue) = 64+76+99=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 76 (30.08% from 255 or 31.80% 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 #404C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C63 is #BFB39C. Grayscale: #4A4A4A. Windows color (decimal): -12563357 or 6507584. OLE color: 6507584.
HSL color Cylindrical-coordinate representation of color #404C63: hue angle of 219.43º 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 #404C63 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 76 | 99 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.61 |
| HSL | 219.43º | 0.21% | 0.32% | - |
| HSV(B) | 219.43º | 0.35% | 0.39% | - |
| XYZ | 6.95 | 7.16 | 12.82 | - |
| YUV | 75.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 99 | 0.35 | 0.23 | 0 | 0.61 | 219.43 | 0.21 | 0.32 |
| Hex | 40 | 4C | 63 | 23 | 17 | 0 | 3D | DB | 15 | 20 |
| Octal | 100 | 114 | 143 | 43 | 27 | 0 | 75 | 333 | 25 | 40 |
| Binary | 1000000 | 1001100 | 1100011 | 100011 | 10111 | 0 | 111101 | 11011011 | 10101 | 100000 |
Color Harmonies of #404C63
Complementary color
Monochromatic Colors of #404C63
Black with #404C63
Text Example
Text Example
White with #404C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C63; }
p { color: rgb(64,76,99); }
H1.HeaderClassName
{
color: #404C63;
}
.AnyTagClassName
{
color: #404C63;
}
</style>
background-color css
<style>
a { background-color: #404C63; }
a { background-color: rgb(64,76,99); }
div.DivClassName
{
background-color: #404C63;
}
.BgClassName
{
background-color: #404C63;
}
</style>
border-color css
<style>
span { border-color: #404C63; }
span { border-color: rgb(64,76,99); }
td.TdClassName
{
border-color: #404C63;
}
.TagClassName
{
border-color: #404C63;
}
</style>