Shades of East Bay #4F546F
Tints of East Bay #4F546F
RGB
CMYK
RGB Variations
Color information
#4F546F (or 0x4F546F) is known color: East Bay. HEX triplet: 4F, 54 and 6F. RGB value is (79,84,111). Sum of RGB (Red+Green+Blue) = 79+84+111=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F546F is #B0AB90. Grayscale: #555555. Windows color (decimal): -11578257 or 7296079. OLE color: 7296079.
HSL color Cylindrical-coordinate representation of color #4F546F: hue angle of 230.62º 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 #4F546F is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 84 | 111 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.56 |
| HSL | 230.63º | 0.17% | 0.37% | - |
| HSV(B) | 230.63º | 0.29% | 0.44% | - |
| XYZ | 9.26 | 9.15 | 16.32 | - |
| YUV | 85.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 111 | 0.29 | 0.24 | 0 | 0.56 | 230.63 | 0.17 | 0.37 |
| Hex | 4F | 54 | 6F | 1D | 18 | 0 | 38 | E7 | 11 | 25 |
| Octal | 117 | 124 | 157 | 35 | 30 | 0 | 70 | 347 | 21 | 45 |
| Binary | 1001111 | 1010100 | 1101111 | 11101 | 11000 | 0 | 111000 | 11100111 | 10001 | 100101 |
Color Harmonies of #4F546F
Complementary color
Monochromatic Colors of #4F546F
Black with #4F546F
Text Example
Text Example
White with #4F546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F546F; }
p { color: rgb(79,84,111); }
H1.HeaderClassName
{
color: #4F546F;
}
.AnyTagClassName
{
color: #4F546F;
}
</style>
background-color css
<style>
a { background-color: #4F546F; }
a { background-color: rgb(79,84,111); }
div.DivClassName
{
background-color: #4F546F;
}
.BgClassName
{
background-color: #4F546F;
}
</style>
border-color css
<style>
span { border-color: #4F546F; }
span { border-color: rgb(79,84,111); }
td.TdClassName
{
border-color: #4F546F;
}
.TagClassName
{
border-color: #4F546F;
}
</style>