Shades of East Bay #4F586D
Tints of East Bay #4F586D
RGB
CMYK
RGB Variations
Color information
#4F586D (or 0x4F586D) is known color: East Bay. HEX triplet: 4F, 58 and 6D. RGB value is (79,88,109). Sum of RGB (Red+Green+Blue) = 79+88+109=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F586D is #B0A792. Grayscale: #575757. Windows color (decimal): -11577235 or 7166031. OLE color: 7166031.
HSL color Cylindrical-coordinate representation of color #4F586D: hue angle of 222º 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 #4F586D is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 88 | 109 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.57 |
| HSL | 222º | 0.16% | 0.37% | - |
| HSV(B) | 222º | 0.28% | 0.43% | - |
| XYZ | 9.47 | 9.75 | 15.85 | - |
| YUV | 87.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 109 | 0.28 | 0.19 | 0 | 0.57 | 222 | 0.16 | 0.37 |
| Hex | 4F | 58 | 6D | 1C | 13 | 0 | 39 | DE | 10 | 25 |
| Octal | 117 | 130 | 155 | 34 | 23 | 0 | 71 | 336 | 20 | 45 |
| Binary | 1001111 | 1011000 | 1101101 | 11100 | 10011 | 0 | 111001 | 11011110 | 10000 | 100101 |
Color Harmonies of #4F586D
Complementary color
Monochromatic Colors of #4F586D
Black with #4F586D
Text Example
Text Example
White with #4F586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F586D; }
p { color: rgb(79,88,109); }
H1.HeaderClassName
{
color: #4F586D;
}
.AnyTagClassName
{
color: #4F586D;
}
</style>
background-color css
<style>
a { background-color: #4F586D; }
a { background-color: rgb(79,88,109); }
div.DivClassName
{
background-color: #4F586D;
}
.BgClassName
{
background-color: #4F586D;
}
</style>
border-color css
<style>
span { border-color: #4F586D; }
span { border-color: rgb(79,88,109); }
td.TdClassName
{
border-color: #4F586D;
}
.TagClassName
{
border-color: #4F586D;
}
</style>