Shades of East Bay #404C67
Tints of East Bay #404C67
RGB
CMYK
RGB Variations
Color information
#404C67 (or 0x404C67) is known color: East Bay. HEX triplet: 40, 4C and 67. RGB value is (64,76,103). Sum of RGB (Red+Green+Blue) = 64+76+103=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #404C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C67 is #BFB398. Grayscale: #4B4B4B. Windows color (decimal): -12563353 or 6769728. OLE color: 6769728.
HSL color Cylindrical-coordinate representation of color #404C67: hue angle of 221.54º 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 #404C67 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 76 | 103 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.60 |
| HSL | 221.54º | 0.23% | 0.33% | - |
| HSV(B) | 221.54º | 0.38% | 0.4% | - |
| XYZ | 7.15 | 7.24 | 13.85 | - |
| YUV | 75.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 103 | 0.38 | 0.26 | 0 | 0.60 | 221.54 | 0.23 | 0.33 |
| Hex | 40 | 4C | 67 | 26 | 1A | 0 | 3C | DE | 17 | 21 |
| Octal | 100 | 114 | 147 | 46 | 32 | 0 | 74 | 336 | 27 | 41 |
| Binary | 1000000 | 1001100 | 1100111 | 100110 | 11010 | 0 | 111100 | 11011110 | 10111 | 100001 |
Color Harmonies of #404C67
Complementary color
Monochromatic Colors of #404C67
Black with #404C67
Text Example
Text Example
White with #404C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C67; }
p { color: rgb(64,76,103); }
H1.HeaderClassName
{
color: #404C67;
}
.AnyTagClassName
{
color: #404C67;
}
</style>
background-color css
<style>
a { background-color: #404C67; }
a { background-color: rgb(64,76,103); }
div.DivClassName
{
background-color: #404C67;
}
.BgClassName
{
background-color: #404C67;
}
</style>
border-color css
<style>
span { border-color: #404C67; }
span { border-color: rgb(64,76,103); }
td.TdClassName
{
border-color: #404C67;
}
.TagClassName
{
border-color: #404C67;
}
</style>