Shades of East Bay #4F526C
Tints of East Bay #4F526C
RGB
CMYK
RGB Variations
Color information
#4F526C (or 0x4F526C) is known color: East Bay. HEX triplet: 4F, 52 and 6C. RGB value is (79,82,108). Sum of RGB (Red+Green+Blue) = 79+82+108=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F526C is #B0AD93. Grayscale: #535353. Windows color (decimal): -11578772 or 7098959. OLE color: 7098959.
HSL color Cylindrical-coordinate representation of color #4F526C: hue angle of 233.79º 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 #4F526C is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 82 | 108 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.58 |
| HSL | 233.79º | 0.16% | 0.37% | - |
| HSV(B) | 233.79º | 0.27% | 0.42% | - |
| XYZ | 8.95 | 8.78 | 15.41 | - |
| YUV | 84.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 82 | 108 | 0.27 | 0.24 | 0 | 0.58 | 233.79 | 0.16 | 0.37 |
| Hex | 4F | 52 | 6C | 1B | 18 | 0 | 3A | EA | 10 | 25 |
| Octal | 117 | 122 | 154 | 33 | 30 | 0 | 72 | 352 | 20 | 45 |
| Binary | 1001111 | 1010010 | 1101100 | 11011 | 11000 | 0 | 111010 | 11101010 | 10000 | 100101 |
Color Harmonies of #4F526C
Complementary color
Monochromatic Colors of #4F526C
Black with #4F526C
Text Example
Text Example
White with #4F526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F526C; }
p { color: rgb(79,82,108); }
H1.HeaderClassName
{
color: #4F526C;
}
.AnyTagClassName
{
color: #4F526C;
}
</style>
background-color css
<style>
a { background-color: #4F526C; }
a { background-color: rgb(79,82,108); }
div.DivClassName
{
background-color: #4F526C;
}
.BgClassName
{
background-color: #4F526C;
}
</style>
border-color css
<style>
span { border-color: #4F526C; }
span { border-color: rgb(79,82,108); }
td.TdClassName
{
border-color: #4F526C;
}
.TagClassName
{
border-color: #4F526C;
}
</style>