Shades of East Bay #4F556C
Tints of East Bay #4F556C
RGB
CMYK
RGB Variations
Color information
#4F556C (or 0x4F556C) is known color: East Bay. HEX triplet: 4F, 55 and 6C. RGB value is (79,85,108). Sum of RGB (Red+Green+Blue) = 79+85+108=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F556C is #B0AA93. Grayscale: #555555. Windows color (decimal): -11578004 or 7099727. OLE color: 7099727.
HSL color Cylindrical-coordinate representation of color #4F556C: hue angle of 227.59º 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 #4F556C is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 85 | 108 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.58 |
| HSL | 227.59º | 0.16% | 0.37% | - |
| HSV(B) | 227.59º | 0.27% | 0.42% | - |
| XYZ | 9.18 | 9.24 | 15.49 | - |
| YUV | 85.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 108 | 0.27 | 0.21 | 0 | 0.58 | 227.59 | 0.16 | 0.37 |
| Hex | 4F | 55 | 6C | 1B | 15 | 0 | 3A | E4 | 10 | 25 |
| Octal | 117 | 125 | 154 | 33 | 25 | 0 | 72 | 344 | 20 | 45 |
| Binary | 1001111 | 1010101 | 1101100 | 11011 | 10101 | 0 | 111010 | 11100100 | 10000 | 100101 |
Color Harmonies of #4F556C
Complementary color
Monochromatic Colors of #4F556C
Black with #4F556C
Text Example
Text Example
White with #4F556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F556C; }
p { color: rgb(79,85,108); }
H1.HeaderClassName
{
color: #4F556C;
}
.AnyTagClassName
{
color: #4F556C;
}
</style>
background-color css
<style>
a { background-color: #4F556C; }
a { background-color: rgb(79,85,108); }
div.DivClassName
{
background-color: #4F556C;
}
.BgClassName
{
background-color: #4F556C;
}
</style>
border-color css
<style>
span { border-color: #4F556C; }
span { border-color: rgb(79,85,108); }
td.TdClassName
{
border-color: #4F556C;
}
.TagClassName
{
border-color: #4F556C;
}
</style>