Shades of East Bay #4F5670
Tints of East Bay #4F5670
RGB
CMYK
RGB Variations
Color information
#4F5670 (or 0x4F5670) is known color: East Bay. HEX triplet: 4F, 56 and 70. RGB value is (79,86,112). Sum of RGB (Red+Green+Blue) = 79+86+112=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F5670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5670 is #B0A98F. Grayscale: #565656. Windows color (decimal): -11577744 or 7362127. OLE color: 7362127.
HSL color Cylindrical-coordinate representation of color #4F5670: hue angle of 227.27º 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 #4F5670 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 86 | 112 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.56 |
| HSL | 227.27º | 0.17% | 0.37% | - |
| HSV(B) | 227.27º | 0.29% | 0.44% | - |
| XYZ | 9.48 | 9.49 | 16.66 | - |
| YUV | 86.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 86 | 112 | 0.29 | 0.23 | 0 | 0.56 | 227.27 | 0.17 | 0.37 |
| Hex | 4F | 56 | 70 | 1D | 17 | 0 | 38 | E3 | 11 | 25 |
| Octal | 117 | 126 | 160 | 35 | 27 | 0 | 70 | 343 | 21 | 45 |
| Binary | 1001111 | 1010110 | 1110000 | 11101 | 10111 | 0 | 111000 | 11100011 | 10001 | 100101 |
Color Harmonies of #4F5670
Complementary color
Monochromatic Colors of #4F5670
Black with #4F5670
Text Example
Text Example
White with #4F5670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5670; }
p { color: rgb(79,86,112); }
H1.HeaderClassName
{
color: #4F5670;
}
.AnyTagClassName
{
color: #4F5670;
}
</style>
background-color css
<style>
a { background-color: #4F5670; }
a { background-color: rgb(79,86,112); }
div.DivClassName
{
background-color: #4F5670;
}
.BgClassName
{
background-color: #4F5670;
}
</style>
border-color css
<style>
span { border-color: #4F5670; }
span { border-color: rgb(79,86,112); }
td.TdClassName
{
border-color: #4F5670;
}
.TagClassName
{
border-color: #4F5670;
}
</style>