Shades of East Bay #424E6B
Tints of East Bay #424E6B
RGB
CMYK
RGB Variations
Color information
#424E6B (or 0x424E6B) is known color: East Bay. HEX triplet: 42, 4E and 6B. RGB value is (66,78,107). Sum of RGB (Red+Green+Blue) = 66+78+107=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #424E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E6B is #BDB194. Grayscale: #4D4D4D. Windows color (decimal): -12431765 or 7032386. OLE color: 7032386.
HSL color Cylindrical-coordinate representation of color #424E6B: hue angle of 222.44º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #424E6B is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 78 | 107 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.58 |
| HSL | 222.44º | 0.24% | 0.34% | - |
| HSV(B) | 222.44º | 0.38% | 0.42% | - |
| XYZ | 7.62 | 7.67 | 14.99 | - |
| YUV | 77.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 107 | 0.38 | 0.27 | 0 | 0.58 | 222.44 | 0.24 | 0.34 |
| Hex | 42 | 4E | 6B | 26 | 1B | 0 | 3A | DE | 18 | 22 |
| Octal | 102 | 116 | 153 | 46 | 33 | 0 | 72 | 336 | 30 | 42 |
| Binary | 1000010 | 1001110 | 1101011 | 100110 | 11011 | 0 | 111010 | 11011110 | 11000 | 100010 |
Color Harmonies of #424E6B
Complementary color
Monochromatic Colors of #424E6B
Black with #424E6B
Text Example
Text Example
White with #424E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E6B; }
p { color: rgb(66,78,107); }
H1.HeaderClassName
{
color: #424E6B;
}
.AnyTagClassName
{
color: #424E6B;
}
</style>
background-color css
<style>
a { background-color: #424E6B; }
a { background-color: rgb(66,78,107); }
div.DivClassName
{
background-color: #424E6B;
}
.BgClassName
{
background-color: #424E6B;
}
</style>
border-color css
<style>
span { border-color: #424E6B; }
span { border-color: rgb(66,78,107); }
td.TdClassName
{
border-color: #424E6B;
}
.TagClassName
{
border-color: #424E6B;
}
</style>