Shades of East Bay #424B61
Tints of East Bay #424B61
RGB
CMYK
RGB Variations
Color information
#424B61 (or 0x424B61) is known color: East Bay. HEX triplet: 42, 4B and 61. RGB value is (66,75,97). Sum of RGB (Red+Green+Blue) = 66+75+97=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #424B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B61 is #BDB49E. Grayscale: #4A4A4A. Windows color (decimal): -12432543 or 6376258. OLE color: 6376258.
HSL color Cylindrical-coordinate representation of color #424B61: hue angle of 222.58º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424B61 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 75 | 97 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.62 |
| HSL | 222.58º | 0.19% | 0.32% | - |
| HSV(B) | 222.58º | 0.32% | 0.38% | - |
| XYZ | 6.92 | 7.05 | 12.31 | - |
| YUV | 74.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 97 | 0.32 | 0.23 | 0 | 0.62 | 222.58 | 0.19 | 0.32 |
| Hex | 42 | 4B | 61 | 20 | 17 | 0 | 3E | DF | 13 | 20 |
| Octal | 102 | 113 | 141 | 40 | 27 | 0 | 76 | 337 | 23 | 40 |
| Binary | 1000010 | 1001011 | 1100001 | 100000 | 10111 | 0 | 111110 | 11011111 | 10011 | 100000 |
Color Harmonies of #424B61
Complementary color
Monochromatic Colors of #424B61
Black with #424B61
Text Example
Text Example
White with #424B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B61; }
p { color: rgb(66,75,97); }
H1.HeaderClassName
{
color: #424B61;
}
.AnyTagClassName
{
color: #424B61;
}
</style>
background-color css
<style>
a { background-color: #424B61; }
a { background-color: rgb(66,75,97); }
div.DivClassName
{
background-color: #424B61;
}
.BgClassName
{
background-color: #424B61;
}
</style>
border-color css
<style>
span { border-color: #424B61; }
span { border-color: rgb(66,75,97); }
td.TdClassName
{
border-color: #424B61;
}
.TagClassName
{
border-color: #424B61;
}
</style>