Shades of East Bay #4F5871
Tints of East Bay #4F5871
RGB
CMYK
RGB Variations
Color information
#4F5871 (or 0x4F5871) is known color: East Bay. HEX triplet: 4F, 58 and 71. RGB value is (79,88,113). Sum of RGB (Red+Green+Blue) = 79+88+113=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F5871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5871 is #B0A78E. Grayscale: #585858. Windows color (decimal): -11577231 or 7428175. OLE color: 7428175.
HSL color Cylindrical-coordinate representation of color #4F5871: hue angle of 224.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F5871 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 88 | 113 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.56 |
| HSL | 224.12º | 0.18% | 0.38% | - |
| HSV(B) | 224.12º | 0.3% | 0.44% | - |
| XYZ | 9.69 | 9.83 | 17.01 | - |
| YUV | 88.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 113 | 0.30 | 0.22 | 0 | 0.56 | 224.12 | 0.18 | 0.38 |
| Hex | 4F | 58 | 71 | 1E | 16 | 0 | 38 | E0 | 12 | 26 |
| Octal | 117 | 130 | 161 | 36 | 26 | 0 | 70 | 340 | 22 | 46 |
| Binary | 1001111 | 1011000 | 1110001 | 11110 | 10110 | 0 | 111000 | 11100000 | 10010 | 100110 |
Color Harmonies of #4F5871
Complementary color
Monochromatic Colors of #4F5871
Black with #4F5871
Text Example
Text Example
White with #4F5871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5871; }
p { color: rgb(79,88,113); }
H1.HeaderClassName
{
color: #4F5871;
}
.AnyTagClassName
{
color: #4F5871;
}
</style>
background-color css
<style>
a { background-color: #4F5871; }
a { background-color: rgb(79,88,113); }
div.DivClassName
{
background-color: #4F5871;
}
.BgClassName
{
background-color: #4F5871;
}
</style>
border-color css
<style>
span { border-color: #4F5871; }
span { border-color: rgb(79,88,113); }
td.TdClassName
{
border-color: #4F5871;
}
.TagClassName
{
border-color: #4F5871;
}
</style>