Shades of East Bay #4F536F
Tints of East Bay #4F536F
RGB
CMYK
RGB Variations
Color information
#4F536F (or 0x4F536F) is known color: East Bay. HEX triplet: 4F, 53 and 6F. RGB value is (79,83,111). Sum of RGB (Red+Green+Blue) = 79+83+111=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F536F is #B0AC90. Grayscale: #545454. Windows color (decimal): -11578513 or 7295823. OLE color: 7295823.
HSL color Cylindrical-coordinate representation of color #4F536F: hue angle of 232.5º 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 #4F536F is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 83 | 111 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.56 |
| HSL | 232.5º | 0.17% | 0.37% | - |
| HSV(B) | 232.5º | 0.29% | 0.44% | - |
| XYZ | 9.19 | 9 | 16.29 | - |
| YUV | 85 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 111 | 0.29 | 0.25 | 0 | 0.56 | 232.5 | 0.17 | 0.37 |
| Hex | 4F | 53 | 6F | 1D | 19 | 0 | 38 | E8 | 11 | 25 |
| Octal | 117 | 123 | 157 | 35 | 31 | 0 | 70 | 350 | 21 | 45 |
| Binary | 1001111 | 1010011 | 1101111 | 11101 | 11001 | 0 | 111000 | 11101000 | 10001 | 100101 |
Color Harmonies of #4F536F
Complementary color
Monochromatic Colors of #4F536F
Black with #4F536F
Text Example
Text Example
White with #4F536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F536F; }
p { color: rgb(79,83,111); }
H1.HeaderClassName
{
color: #4F536F;
}
.AnyTagClassName
{
color: #4F536F;
}
</style>
background-color css
<style>
a { background-color: #4F536F; }
a { background-color: rgb(79,83,111); }
div.DivClassName
{
background-color: #4F536F;
}
.BgClassName
{
background-color: #4F536F;
}
</style>
border-color css
<style>
span { border-color: #4F536F; }
span { border-color: rgb(79,83,111); }
td.TdClassName
{
border-color: #4F536F;
}
.TagClassName
{
border-color: #4F536F;
}
</style>