Shades of East Bay #4F596C
Tints of East Bay #4F596C
RGB
CMYK
RGB Variations
Color information
#4F596C (or 0x4F596C) is known color: East Bay. HEX triplet: 4F, 59 and 6C. RGB value is (79,89,108). Sum of RGB (Red+Green+Blue) = 79+89+108=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F596C is #B0A693. Grayscale: #585858. Windows color (decimal): -11576980 or 7100751. OLE color: 7100751.
HSL color Cylindrical-coordinate representation of color #4F596C: hue angle of 219.31º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F596C is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 89 | 108 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.58 |
| HSL | 219.31º | 0.16% | 0.37% | - |
| HSV(B) | 219.31º | 0.27% | 0.42% | - |
| XYZ | 9.5 | 9.89 | 15.6 | - |
| YUV | 88.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 108 | 0.27 | 0.18 | 0 | 0.58 | 219.31 | 0.16 | 0.37 |
| Hex | 4F | 59 | 6C | 1B | 12 | 0 | 3A | DB | 10 | 25 |
| Octal | 117 | 131 | 154 | 33 | 22 | 0 | 72 | 333 | 20 | 45 |
| Binary | 1001111 | 1011001 | 1101100 | 11011 | 10010 | 0 | 111010 | 11011011 | 10000 | 100101 |
Color Harmonies of #4F596C
Complementary color
Monochromatic Colors of #4F596C
Black with #4F596C
Text Example
Text Example
White with #4F596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F596C; }
p { color: rgb(79,89,108); }
H1.HeaderClassName
{
color: #4F596C;
}
.AnyTagClassName
{
color: #4F596C;
}
</style>
background-color css
<style>
a { background-color: #4F596C; }
a { background-color: rgb(79,89,108); }
div.DivClassName
{
background-color: #4F596C;
}
.BgClassName
{
background-color: #4F596C;
}
</style>
border-color css
<style>
span { border-color: #4F596C; }
span { border-color: rgb(79,89,108); }
td.TdClassName
{
border-color: #4F596C;
}
.TagClassName
{
border-color: #4F596C;
}
</style>