Shades of East Bay #404D67
Tints of East Bay #404D67
RGB
CMYK
RGB Variations
Color information
#404D67 (or 0x404D67) is known color: East Bay. HEX triplet: 40, 4D and 67. RGB value is (64,77,103). Sum of RGB (Red+Green+Blue) = 64+77+103=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #404D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D67 is #BFB298. Grayscale: #4B4B4B. Windows color (decimal): -12563097 or 6769984. OLE color: 6769984.
HSL color Cylindrical-coordinate representation of color #404D67: hue angle of 220º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404D67 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 77 | 103 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.60 |
| HSL | 220º | 0.23% | 0.33% | - |
| HSV(B) | 220º | 0.38% | 0.4% | - |
| XYZ | 7.22 | 7.38 | 13.88 | - |
| YUV | 76.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 103 | 0.38 | 0.25 | 0 | 0.60 | 220 | 0.23 | 0.33 |
| Hex | 40 | 4D | 67 | 26 | 19 | 0 | 3C | DC | 17 | 21 |
| Octal | 100 | 115 | 147 | 46 | 31 | 0 | 74 | 334 | 27 | 41 |
| Binary | 1000000 | 1001101 | 1100111 | 100110 | 11001 | 0 | 111100 | 11011100 | 10111 | 100001 |
Color Harmonies of #404D67
Complementary color
Monochromatic Colors of #404D67
Black with #404D67
Text Example
Text Example
White with #404D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D67; }
p { color: rgb(64,77,103); }
H1.HeaderClassName
{
color: #404D67;
}
.AnyTagClassName
{
color: #404D67;
}
</style>
background-color css
<style>
a { background-color: #404D67; }
a { background-color: rgb(64,77,103); }
div.DivClassName
{
background-color: #404D67;
}
.BgClassName
{
background-color: #404D67;
}
</style>
border-color css
<style>
span { border-color: #404D67; }
span { border-color: rgb(64,77,103); }
td.TdClassName
{
border-color: #404D67;
}
.TagClassName
{
border-color: #404D67;
}
</style>