Shades of East Bay #4F516C
Tints of East Bay #4F516C
RGB
CMYK
RGB Variations
Color information
#4F516C (or 0x4F516C) is known color: East Bay. HEX triplet: 4F, 51 and 6C. RGB value is (79,81,108). Sum of RGB (Red+Green+Blue) = 79+81+108=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F516C is #B0AE93. Grayscale: #535353. Windows color (decimal): -11579028 or 7098703. OLE color: 7098703.
HSL color Cylindrical-coordinate representation of color #4F516C: hue angle of 235.86º 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 #4F516C is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 81 | 108 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.58 |
| HSL | 235.86º | 0.16% | 0.37% | - |
| HSV(B) | 235.86º | 0.27% | 0.42% | - |
| XYZ | 8.87 | 8.63 | 15.39 | - |
| YUV | 83.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 108 | 0.27 | 0.25 | 0 | 0.58 | 235.86 | 0.16 | 0.37 |
| Hex | 4F | 51 | 6C | 1B | 19 | 0 | 3A | EC | 10 | 25 |
| Octal | 117 | 121 | 154 | 33 | 31 | 0 | 72 | 354 | 20 | 45 |
| Binary | 1001111 | 1010001 | 1101100 | 11011 | 11001 | 0 | 111010 | 11101100 | 10000 | 100101 |
Color Harmonies of #4F516C
Complementary color
Monochromatic Colors of #4F516C
Black with #4F516C
Text Example
Text Example
White with #4F516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F516C; }
p { color: rgb(79,81,108); }
H1.HeaderClassName
{
color: #4F516C;
}
.AnyTagClassName
{
color: #4F516C;
}
</style>
background-color css
<style>
a { background-color: #4F516C; }
a { background-color: rgb(79,81,108); }
div.DivClassName
{
background-color: #4F516C;
}
.BgClassName
{
background-color: #4F516C;
}
</style>
border-color css
<style>
span { border-color: #4F516C; }
span { border-color: rgb(79,81,108); }
td.TdClassName
{
border-color: #4F516C;
}
.TagClassName
{
border-color: #4F516C;
}
</style>