Shades of East Bay #424C66
Tints of East Bay #424C66
RGB
CMYK
RGB Variations
Color information
#424C66 (or 0x424C66) is known color: East Bay. HEX triplet: 42, 4C and 66. RGB value is (66,76,102). Sum of RGB (Red+Green+Blue) = 66+76+102=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #424C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C66 is #BDB399. Grayscale: #4B4B4B. Windows color (decimal): -12432282 or 6704194. OLE color: 6704194.
HSL color Cylindrical-coordinate representation of color #424C66: hue angle of 223.33º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #424C66 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 76 | 102 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.6 |
| HSL | 223.33º | 0.21% | 0.33% | - |
| HSV(B) | 223.33º | 0.35% | 0.4% | - |
| XYZ | 7.23 | 7.29 | 13.6 | - |
| YUV | 75.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 102 | 0.35 | 0.25 | 0 | 0.6 | 223.33 | 0.21 | 0.33 |
| Hex | 42 | 4C | 66 | 23 | 19 | 0 | 3C | DF | 15 | 21 |
| Octal | 102 | 114 | 146 | 43 | 31 | 0 | 74 | 337 | 25 | 41 |
| Binary | 1000010 | 1001100 | 1100110 | 100011 | 11001 | 0 | 111100 | 11011111 | 10101 | 100001 |
Color Harmonies of #424C66
Complementary color
Monochromatic Colors of #424C66
Black with #424C66
Text Example
Text Example
White with #424C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C66; }
p { color: rgb(66,76,102); }
H1.HeaderClassName
{
color: #424C66;
}
.AnyTagClassName
{
color: #424C66;
}
</style>
background-color css
<style>
a { background-color: #424C66; }
a { background-color: rgb(66,76,102); }
div.DivClassName
{
background-color: #424C66;
}
.BgClassName
{
background-color: #424C66;
}
</style>
border-color css
<style>
span { border-color: #424C66; }
span { border-color: rgb(66,76,102); }
td.TdClassName
{
border-color: #424C66;
}
.TagClassName
{
border-color: #424C66;
}
</style>