Shades of East Bay #4F516B
Tints of East Bay #4F516B
RGB
CMYK
RGB Variations
Color information
#4F516B (or 0x4F516B) is known color: East Bay. HEX triplet: 4F, 51 and 6B. RGB value is (79,81,107). Sum of RGB (Red+Green+Blue) = 79+81+107=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F516B is #B0AE94. Grayscale: #535353. Windows color (decimal): -11579029 or 7033167. OLE color: 7033167.
HSL color Cylindrical-coordinate representation of color #4F516B: hue angle of 235.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F516B is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 81 | 107 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.58 |
| HSL | 235.71º | 0.15% | 0.36% | - |
| HSV(B) | 235.71º | 0.26% | 0.42% | - |
| XYZ | 8.82 | 8.61 | 15.11 | - |
| YUV | 83.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 81 | 107 | 0.26 | 0.24 | 0 | 0.58 | 235.71 | 0.15 | 0.36 |
| Hex | 4F | 51 | 6B | 1A | 18 | 0 | 3A | EC | F | 24 |
| Octal | 117 | 121 | 153 | 32 | 30 | 0 | 72 | 354 | 17 | 44 |
| Binary | 1001111 | 1010001 | 1101011 | 11010 | 11000 | 0 | 111010 | 11101100 | 1111 | 100100 |
Color Harmonies of #4F516B
Complementary color
Monochromatic Colors of #4F516B
Black with #4F516B
Text Example
Text Example
White with #4F516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F516B; }
p { color: rgb(79,81,107); }
H1.HeaderClassName
{
color: #4F516B;
}
.AnyTagClassName
{
color: #4F516B;
}
</style>
background-color css
<style>
a { background-color: #4F516B; }
a { background-color: rgb(79,81,107); }
div.DivClassName
{
background-color: #4F516B;
}
.BgClassName
{
background-color: #4F516B;
}
</style>
border-color css
<style>
span { border-color: #4F516B; }
span { border-color: rgb(79,81,107); }
td.TdClassName
{
border-color: #4F516B;
}
.TagClassName
{
border-color: #4F516B;
}
</style>