Shades of East Bay #4F5970
Tints of East Bay #4F5970
RGB
CMYK
RGB Variations
Color information
#4F5970 (or 0x4F5970) is known color: East Bay. HEX triplet: 4F, 59 and 70. RGB value is (79,89,112). Sum of RGB (Red+Green+Blue) = 79+89+112=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5970 is #B0A68F. Grayscale: #585858. Windows color (decimal): -11576976 or 7362895. OLE color: 7362895.
HSL color Cylindrical-coordinate representation of color #4F5970: hue angle of 221.82º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F5970 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 89 | 112 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.56 |
| HSL | 221.82º | 0.17% | 0.37% | - |
| HSV(B) | 221.82º | 0.29% | 0.44% | - |
| XYZ | 9.72 | 9.98 | 16.74 | - |
| YUV | 88.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 112 | 0.29 | 0.21 | 0 | 0.56 | 221.82 | 0.17 | 0.37 |
| Hex | 4F | 59 | 70 | 1D | 15 | 0 | 38 | DE | 11 | 25 |
| Octal | 117 | 131 | 160 | 35 | 25 | 0 | 70 | 336 | 21 | 45 |
| Binary | 1001111 | 1011001 | 1110000 | 11101 | 10101 | 0 | 111000 | 11011110 | 10001 | 100101 |
Color Harmonies of #4F5970
Complementary color
Monochromatic Colors of #4F5970
Black with #4F5970
Text Example
Text Example
White with #4F5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5970; }
p { color: rgb(79,89,112); }
H1.HeaderClassName
{
color: #4F5970;
}
.AnyTagClassName
{
color: #4F5970;
}
</style>
background-color css
<style>
a { background-color: #4F5970; }
a { background-color: rgb(79,89,112); }
div.DivClassName
{
background-color: #4F5970;
}
.BgClassName
{
background-color: #4F5970;
}
</style>
border-color css
<style>
span { border-color: #4F5970; }
span { border-color: rgb(79,89,112); }
td.TdClassName
{
border-color: #4F5970;
}
.TagClassName
{
border-color: #4F5970;
}
</style>