Shades of East Bay #424B63
Tints of East Bay #424B63
RGB
CMYK
RGB Variations
Color information
#424B63 (or 0x424B63) is known color: East Bay. HEX triplet: 42, 4B and 63. RGB value is (66,75,99). Sum of RGB (Red+Green+Blue) = 66+75+99=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #424B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B63 is #BDB49C. Grayscale: #4A4A4A. Windows color (decimal): -12432541 or 6507330. OLE color: 6507330.
HSL color Cylindrical-coordinate representation of color #424B63: hue angle of 223.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #424B63 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 75 | 99 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.61 |
| HSL | 223.64º | 0.2% | 0.32% | - |
| HSV(B) | 223.64º | 0.33% | 0.39% | - |
| XYZ | 7.01 | 7.09 | 12.8 | - |
| YUV | 75.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 99 | 0.33 | 0.24 | 0 | 0.61 | 223.64 | 0.2 | 0.32 |
| Hex | 42 | 4B | 63 | 21 | 18 | 0 | 3D | E0 | 14 | 20 |
| Octal | 102 | 113 | 143 | 41 | 30 | 0 | 75 | 340 | 24 | 40 |
| Binary | 1000010 | 1001011 | 1100011 | 100001 | 11000 | 0 | 111101 | 11100000 | 10100 | 100000 |
Color Harmonies of #424B63
Complementary color
Monochromatic Colors of #424B63
Black with #424B63
Text Example
Text Example
White with #424B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B63; }
p { color: rgb(66,75,99); }
H1.HeaderClassName
{
color: #424B63;
}
.AnyTagClassName
{
color: #424B63;
}
</style>
background-color css
<style>
a { background-color: #424B63; }
a { background-color: rgb(66,75,99); }
div.DivClassName
{
background-color: #424B63;
}
.BgClassName
{
background-color: #424B63;
}
</style>
border-color css
<style>
span { border-color: #424B63; }
span { border-color: rgb(66,75,99); }
td.TdClassName
{
border-color: #424B63;
}
.TagClassName
{
border-color: #424B63;
}
</style>