Shades of East Bay #4F5371
Tints of East Bay #4F5371
RGB
CMYK
RGB Variations
Color information
#4F5371 (or 0x4F5371) is known color: East Bay. HEX triplet: 4F, 53 and 71. RGB value is (79,83,113). Sum of RGB (Red+Green+Blue) = 79+83+113=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5371 is #B0AC8E. Grayscale: #555555. Windows color (decimal): -11578511 or 7426895. OLE color: 7426895.
HSL color Cylindrical-coordinate representation of color #4F5371: hue angle of 232.94º 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 #4F5371 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 83 | 113 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.56 |
| HSL | 232.94º | 0.18% | 0.38% | - |
| HSV(B) | 232.94º | 0.3% | 0.44% | - |
| XYZ | 9.3 | 9.04 | 16.88 | - |
| YUV | 85.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 113 | 0.30 | 0.27 | 0 | 0.56 | 232.94 | 0.18 | 0.38 |
| Hex | 4F | 53 | 71 | 1E | 1B | 0 | 38 | E9 | 12 | 26 |
| Octal | 117 | 123 | 161 | 36 | 33 | 0 | 70 | 351 | 22 | 46 |
| Binary | 1001111 | 1010011 | 1110001 | 11110 | 11011 | 0 | 111000 | 11101001 | 10010 | 100110 |
Color Harmonies of #4F5371
Complementary color
Monochromatic Colors of #4F5371
Black with #4F5371
Text Example
Text Example
White with #4F5371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5371; }
p { color: rgb(79,83,113); }
H1.HeaderClassName
{
color: #4F5371;
}
.AnyTagClassName
{
color: #4F5371;
}
</style>
background-color css
<style>
a { background-color: #4F5371; }
a { background-color: rgb(79,83,113); }
div.DivClassName
{
background-color: #4F5371;
}
.BgClassName
{
background-color: #4F5371;
}
</style>
border-color css
<style>
span { border-color: #4F5371; }
span { border-color: rgb(79,83,113); }
td.TdClassName
{
border-color: #4F5371;
}
.TagClassName
{
border-color: #4F5371;
}
</style>