Shades of East Bay #4F596E
Tints of East Bay #4F596E
RGB
CMYK
RGB Variations
Color information
#4F596E (or 0x4F596E) is known color: East Bay. HEX triplet: 4F, 59 and 6E. RGB value is (79,89,110). Sum of RGB (Red+Green+Blue) = 79+89+110=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F596E is #B0A691. Grayscale: #585858. Windows color (decimal): -11576978 or 7231823. OLE color: 7231823.
HSL color Cylindrical-coordinate representation of color #4F596E: hue angle of 220.65º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F596E is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 89 | 110 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.57 |
| HSL | 220.65º | 0.16% | 0.37% | - |
| HSV(B) | 220.65º | 0.28% | 0.43% | - |
| XYZ | 9.61 | 9.93 | 16.16 | - |
| YUV | 88.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 110 | 0.28 | 0.19 | 0 | 0.57 | 220.65 | 0.16 | 0.37 |
| Hex | 4F | 59 | 6E | 1C | 13 | 0 | 39 | DD | 10 | 25 |
| Octal | 117 | 131 | 156 | 34 | 23 | 0 | 71 | 335 | 20 | 45 |
| Binary | 1001111 | 1011001 | 1101110 | 11100 | 10011 | 0 | 111001 | 11011101 | 10000 | 100101 |
Color Harmonies of #4F596E
Complementary color
Monochromatic Colors of #4F596E
Black with #4F596E
Text Example
Text Example
White with #4F596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F596E; }
p { color: rgb(79,89,110); }
H1.HeaderClassName
{
color: #4F596E;
}
.AnyTagClassName
{
color: #4F596E;
}
</style>
background-color css
<style>
a { background-color: #4F596E; }
a { background-color: rgb(79,89,110); }
div.DivClassName
{
background-color: #4F596E;
}
.BgClassName
{
background-color: #4F596E;
}
</style>
border-color css
<style>
span { border-color: #4F596E; }
span { border-color: rgb(79,89,110); }
td.TdClassName
{
border-color: #4F596E;
}
.TagClassName
{
border-color: #4F596E;
}
</style>