Shades of East Bay #4F536C
Tints of East Bay #4F536C
RGB
CMYK
RGB Variations
Color information
#4F536C (or 0x4F536C) is known color: East Bay. HEX triplet: 4F, 53 and 6C. RGB value is (79,83,108). Sum of RGB (Red+Green+Blue) = 79+83+108=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F536C is #B0AC93. Grayscale: #545454. Windows color (decimal): -11578516 or 7099215. OLE color: 7099215.
HSL color Cylindrical-coordinate representation of color #4F536C: hue angle of 231.72º 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 #4F536C is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 83 | 108 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.58 |
| HSL | 231.72º | 0.16% | 0.37% | - |
| HSV(B) | 231.72º | 0.27% | 0.42% | - |
| XYZ | 9.02 | 8.93 | 15.44 | - |
| YUV | 84.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 108 | 0.27 | 0.23 | 0 | 0.58 | 231.72 | 0.16 | 0.37 |
| Hex | 4F | 53 | 6C | 1B | 17 | 0 | 3A | E8 | 10 | 25 |
| Octal | 117 | 123 | 154 | 33 | 27 | 0 | 72 | 350 | 20 | 45 |
| Binary | 1001111 | 1010011 | 1101100 | 11011 | 10111 | 0 | 111010 | 11101000 | 10000 | 100101 |
Color Harmonies of #4F536C
Complementary color
Monochromatic Colors of #4F536C
Black with #4F536C
Text Example
Text Example
White with #4F536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F536C; }
p { color: rgb(79,83,108); }
H1.HeaderClassName
{
color: #4F536C;
}
.AnyTagClassName
{
color: #4F536C;
}
</style>
background-color css
<style>
a { background-color: #4F536C; }
a { background-color: rgb(79,83,108); }
div.DivClassName
{
background-color: #4F536C;
}
.BgClassName
{
background-color: #4F536C;
}
</style>
border-color css
<style>
span { border-color: #4F536C; }
span { border-color: rgb(79,83,108); }
td.TdClassName
{
border-color: #4F536C;
}
.TagClassName
{
border-color: #4F536C;
}
</style>