Shades of East Bay #424F6C
Tints of East Bay #424F6C
RGB
CMYK
RGB Variations
Color information
#424F6C (or 0x424F6C) is known color: East Bay. HEX triplet: 42, 4F and 6C. RGB value is (66,79,108). Sum of RGB (Red+Green+Blue) = 66+79+108=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #424F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F6C is #BDB093. Grayscale: #4E4E4E. Windows color (decimal): -12431508 or 7098178. OLE color: 7098178.
HSL color Cylindrical-coordinate representation of color #424F6C: hue angle of 221.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424F6C is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 79 | 108 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.58 |
| HSL | 221.43º | 0.24% | 0.34% | - |
| HSV(B) | 221.43º | 0.39% | 0.42% | - |
| XYZ | 7.75 | 7.83 | 15.29 | - |
| YUV | 78.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 108 | 0.39 | 0.27 | 0 | 0.58 | 221.43 | 0.24 | 0.34 |
| Hex | 42 | 4F | 6C | 27 | 1B | 0 | 3A | DD | 18 | 22 |
| Octal | 102 | 117 | 154 | 47 | 33 | 0 | 72 | 335 | 30 | 42 |
| Binary | 1000010 | 1001111 | 1101100 | 100111 | 11011 | 0 | 111010 | 11011101 | 11000 | 100010 |
Color Harmonies of #424F6C
Complementary color
Monochromatic Colors of #424F6C
Black with #424F6C
Text Example
Text Example
White with #424F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F6C; }
p { color: rgb(66,79,108); }
H1.HeaderClassName
{
color: #424F6C;
}
.AnyTagClassName
{
color: #424F6C;
}
</style>
background-color css
<style>
a { background-color: #424F6C; }
a { background-color: rgb(66,79,108); }
div.DivClassName
{
background-color: #424F6C;
}
.BgClassName
{
background-color: #424F6C;
}
</style>
border-color css
<style>
span { border-color: #424F6C; }
span { border-color: rgb(66,79,108); }
td.TdClassName
{
border-color: #424F6C;
}
.TagClassName
{
border-color: #424F6C;
}
</style>