Shades of East Bay #424B66
Tints of East Bay #424B66
RGB
CMYK
RGB Variations
Color information
#424B66 (or 0x424B66) is known color: East Bay. HEX triplet: 42, 4B and 66. RGB value is (66,75,102). Sum of RGB (Red+Green+Blue) = 66+75+102=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #424B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B66 is #BDB499. Grayscale: #4B4B4B. Windows color (decimal): -12432538 or 6703938. OLE color: 6703938.
HSL color Cylindrical-coordinate representation of color #424B66: hue angle of 225º 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 #424B66 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 75 | 102 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.6 |
| HSL | 225º | 0.21% | 0.33% | - |
| HSV(B) | 225º | 0.35% | 0.4% | - |
| XYZ | 7.16 | 7.15 | 13.57 | - |
| YUV | 75.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 102 | 0.35 | 0.26 | 0 | 0.6 | 225 | 0.21 | 0.33 |
| Hex | 42 | 4B | 66 | 23 | 1A | 0 | 3C | E1 | 15 | 21 |
| Octal | 102 | 113 | 146 | 43 | 32 | 0 | 74 | 341 | 25 | 41 |
| Binary | 1000010 | 1001011 | 1100110 | 100011 | 11010 | 0 | 111100 | 11100001 | 10101 | 100001 |
Color Harmonies of #424B66
Complementary color
Monochromatic Colors of #424B66
Black with #424B66
Text Example
Text Example
White with #424B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B66; }
p { color: rgb(66,75,102); }
H1.HeaderClassName
{
color: #424B66;
}
.AnyTagClassName
{
color: #424B66;
}
</style>
background-color css
<style>
a { background-color: #424B66; }
a { background-color: rgb(66,75,102); }
div.DivClassName
{
background-color: #424B66;
}
.BgClassName
{
background-color: #424B66;
}
</style>
border-color css
<style>
span { border-color: #424B66; }
span { border-color: rgb(66,75,102); }
td.TdClassName
{
border-color: #424B66;
}
.TagClassName
{
border-color: #424B66;
}
</style>