Shades of East Bay #424D62
Tints of East Bay #424D62
RGB
CMYK
RGB Variations
Color information
#424D62 (or 0x424D62) is known color: East Bay. HEX triplet: 42, 4D and 62. RGB value is (66,77,98). Sum of RGB (Red+Green+Blue) = 66+77+98=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #424D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D62 is #BDB29D. Grayscale: #4C4C4C. Windows color (decimal): -12432030 or 6442306. OLE color: 6442306.
HSL color Cylindrical-coordinate representation of color #424D62: hue angle of 219.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #424D62 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 77 | 98 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.62 |
| HSL | 219.38º | 0.2% | 0.32% | - |
| HSV(B) | 219.38º | 0.33% | 0.38% | - |
| XYZ | 7.11 | 7.35 | 12.6 | - |
| YUV | 76.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 98 | 0.33 | 0.21 | 0 | 0.62 | 219.38 | 0.2 | 0.32 |
| Hex | 42 | 4D | 62 | 21 | 15 | 0 | 3E | DB | 14 | 20 |
| Octal | 102 | 115 | 142 | 41 | 25 | 0 | 76 | 333 | 24 | 40 |
| Binary | 1000010 | 1001101 | 1100010 | 100001 | 10101 | 0 | 111110 | 11011011 | 10100 | 100000 |
Color Harmonies of #424D62
Complementary color
Monochromatic Colors of #424D62
Black with #424D62
Text Example
Text Example
White with #424D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D62; }
p { color: rgb(66,77,98); }
H1.HeaderClassName
{
color: #424D62;
}
.AnyTagClassName
{
color: #424D62;
}
</style>
background-color css
<style>
a { background-color: #424D62; }
a { background-color: rgb(66,77,98); }
div.DivClassName
{
background-color: #424D62;
}
.BgClassName
{
background-color: #424D62;
}
</style>
border-color css
<style>
span { border-color: #424D62; }
span { border-color: rgb(66,77,98); }
td.TdClassName
{
border-color: #424D62;
}
.TagClassName
{
border-color: #424D62;
}
</style>