Shades of East Bay #404D63
Tints of East Bay #404D63
RGB
CMYK
RGB Variations
Color information
#404D63 (or 0x404D63) is known color: East Bay. HEX triplet: 40, 4D and 63. RGB value is (64,77,99). Sum of RGB (Red+Green+Blue) = 64+77+99=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 77 (30.47% from 255 or 32.08% 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 #404D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D63 is #BFB29C. Grayscale: #4B4B4B. Windows color (decimal): -12563101 or 6507840. OLE color: 6507840.
HSL color Cylindrical-coordinate representation of color #404D63: hue angle of 217.71º 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 #404D63 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 77 | 99 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.61 |
| HSL | 217.71º | 0.21% | 0.32% | - |
| HSV(B) | 217.71º | 0.35% | 0.39% | - |
| XYZ | 7.02 | 7.3 | 12.84 | - |
| YUV | 75.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 99 | 0.35 | 0.22 | 0 | 0.61 | 217.71 | 0.21 | 0.32 |
| Hex | 40 | 4D | 63 | 23 | 16 | 0 | 3D | DA | 15 | 20 |
| Octal | 100 | 115 | 143 | 43 | 26 | 0 | 75 | 332 | 25 | 40 |
| Binary | 1000000 | 1001101 | 1100011 | 100011 | 10110 | 0 | 111101 | 11011010 | 10101 | 100000 |
Color Harmonies of #404D63
Complementary color
Monochromatic Colors of #404D63
Black with #404D63
Text Example
Text Example
White with #404D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D63; }
p { color: rgb(64,77,99); }
H1.HeaderClassName
{
color: #404D63;
}
.AnyTagClassName
{
color: #404D63;
}
</style>
background-color css
<style>
a { background-color: #404D63; }
a { background-color: rgb(64,77,99); }
div.DivClassName
{
background-color: #404D63;
}
.BgClassName
{
background-color: #404D63;
}
</style>
border-color css
<style>
span { border-color: #404D63; }
span { border-color: rgb(64,77,99); }
td.TdClassName
{
border-color: #404D63;
}
.TagClassName
{
border-color: #404D63;
}
</style>