Shades of East Bay #424D6B
Tints of East Bay #424D6B
RGB
CMYK
RGB Variations
Color information
#424D6B (or 0x424D6B) is known color: East Bay. HEX triplet: 42, 4D and 6B. RGB value is (66,77,107). Sum of RGB (Red+Green+Blue) = 66+77+107=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #424D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D6B is #BDB294. Grayscale: #4D4D4D. Windows color (decimal): -12432021 or 7032130. OLE color: 7032130.
HSL color Cylindrical-coordinate representation of color #424D6B: hue angle of 223.9º 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 #424D6B is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 77 | 107 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.58 |
| HSL | 223.9º | 0.24% | 0.34% | - |
| HSV(B) | 223.9º | 0.38% | 0.42% | - |
| XYZ | 7.55 | 7.53 | 14.96 | - |
| YUV | 77.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 107 | 0.38 | 0.28 | 0 | 0.58 | 223.9 | 0.24 | 0.34 |
| Hex | 42 | 4D | 6B | 26 | 1C | 0 | 3A | E0 | 18 | 22 |
| Octal | 102 | 115 | 153 | 46 | 34 | 0 | 72 | 340 | 30 | 42 |
| Binary | 1000010 | 1001101 | 1101011 | 100110 | 11100 | 0 | 111010 | 11100000 | 11000 | 100010 |
Color Harmonies of #424D6B
Complementary color
Monochromatic Colors of #424D6B
Black with #424D6B
Text Example
Text Example
White with #424D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D6B; }
p { color: rgb(66,77,107); }
H1.HeaderClassName
{
color: #424D6B;
}
.AnyTagClassName
{
color: #424D6B;
}
</style>
background-color css
<style>
a { background-color: #424D6B; }
a { background-color: rgb(66,77,107); }
div.DivClassName
{
background-color: #424D6B;
}
.BgClassName
{
background-color: #424D6B;
}
</style>
border-color css
<style>
span { border-color: #424D6B; }
span { border-color: rgb(66,77,107); }
td.TdClassName
{
border-color: #424D6B;
}
.TagClassName
{
border-color: #424D6B;
}
</style>