Shades of East Bay #424D63
Tints of East Bay #424D63
RGB
CMYK
RGB Variations
Color information
#424D63 (or 0x424D63) is known color: East Bay. HEX triplet: 42, 4D and 63. RGB value is (66,77,99). Sum of RGB (Red+Green+Blue) = 66+77+99=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #424D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D63 is #BDB29C. Grayscale: #4C4C4C. Windows color (decimal): -12432029 or 6507842. OLE color: 6507842.
HSL color Cylindrical-coordinate representation of color #424D63: hue angle of 220º 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 #424D63 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 77 | 99 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.61 |
| HSL | 220º | 0.2% | 0.32% | - |
| HSV(B) | 220º | 0.33% | 0.39% | - |
| XYZ | 7.15 | 7.37 | 12.85 | - |
| YUV | 76.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 99 | 0.33 | 0.22 | 0 | 0.61 | 220 | 0.2 | 0.32 |
| Hex | 42 | 4D | 63 | 21 | 16 | 0 | 3D | DC | 14 | 20 |
| Octal | 102 | 115 | 143 | 41 | 26 | 0 | 75 | 334 | 24 | 40 |
| Binary | 1000010 | 1001101 | 1100011 | 100001 | 10110 | 0 | 111101 | 11011100 | 10100 | 100000 |
Color Harmonies of #424D63
Complementary color
Monochromatic Colors of #424D63
Black with #424D63
Text Example
Text Example
White with #424D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D63; }
p { color: rgb(66,77,99); }
H1.HeaderClassName
{
color: #424D63;
}
.AnyTagClassName
{
color: #424D63;
}
</style>
background-color css
<style>
a { background-color: #424D63; }
a { background-color: rgb(66,77,99); }
div.DivClassName
{
background-color: #424D63;
}
.BgClassName
{
background-color: #424D63;
}
</style>
border-color css
<style>
span { border-color: #424D63; }
span { border-color: rgb(66,77,99); }
td.TdClassName
{
border-color: #424D63;
}
.TagClassName
{
border-color: #424D63;
}
</style>