Shades of East Bay #424C69
Tints of East Bay #424C69
RGB
CMYK
RGB Variations
Color information
#424C69 (or 0x424C69) is known color: East Bay. HEX triplet: 42, 4C and 69. RGB value is (66,76,105). Sum of RGB (Red+Green+Blue) = 66+76+105=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #424C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C69 is #BDB396. Grayscale: #4C4C4C. Windows color (decimal): -12432279 or 6900802. OLE color: 6900802.
HSL color Cylindrical-coordinate representation of color #424C69: hue angle of 224.62º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #424C69 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 76 | 105 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.59 |
| HSL | 224.62º | 0.23% | 0.34% | - |
| HSV(B) | 224.62º | 0.37% | 0.41% | - |
| XYZ | 7.38 | 7.35 | 14.39 | - |
| YUV | 76.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 105 | 0.37 | 0.28 | 0 | 0.59 | 224.62 | 0.23 | 0.34 |
| Hex | 42 | 4C | 69 | 25 | 1C | 0 | 3B | E1 | 17 | 22 |
| Octal | 102 | 114 | 151 | 45 | 34 | 0 | 73 | 341 | 27 | 42 |
| Binary | 1000010 | 1001100 | 1101001 | 100101 | 11100 | 0 | 111011 | 11100001 | 10111 | 100010 |
Color Harmonies of #424C69
Complementary color
Monochromatic Colors of #424C69
Black with #424C69
Text Example
Text Example
White with #424C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C69; }
p { color: rgb(66,76,105); }
H1.HeaderClassName
{
color: #424C69;
}
.AnyTagClassName
{
color: #424C69;
}
</style>
background-color css
<style>
a { background-color: #424C69; }
a { background-color: rgb(66,76,105); }
div.DivClassName
{
background-color: #424C69;
}
.BgClassName
{
background-color: #424C69;
}
</style>
border-color css
<style>
span { border-color: #424C69; }
span { border-color: rgb(66,76,105); }
td.TdClassName
{
border-color: #424C69;
}
.TagClassName
{
border-color: #424C69;
}
</style>