Shades of East Bay #4F5672
Tints of East Bay #4F5672
RGB
CMYK
RGB Variations
Color information
#4F5672 (or 0x4F5672) is known color: East Bay. HEX triplet: 4F, 56 and 72. RGB value is (79,86,114). Sum of RGB (Red+Green+Blue) = 79+86+114=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5672 is #B0A98D. Grayscale: #565656. Windows color (decimal): -11577742 or 7493199. OLE color: 7493199.
HSL color Cylindrical-coordinate representation of color #4F5672: hue angle of 228º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F5672 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 86 | 114 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.55 |
| HSL | 228º | 0.18% | 0.38% | - |
| HSV(B) | 228º | 0.31% | 0.45% | - |
| XYZ | 9.59 | 9.53 | 17.25 | - |
| YUV | 87.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 86 | 114 | 0.31 | 0.25 | 0 | 0.55 | 228 | 0.18 | 0.38 |
| Hex | 4F | 56 | 72 | 1F | 19 | 0 | 37 | E4 | 12 | 26 |
| Octal | 117 | 126 | 162 | 37 | 31 | 0 | 67 | 344 | 22 | 46 |
| Binary | 1001111 | 1010110 | 1110010 | 11111 | 11001 | 0 | 110111 | 11100100 | 10010 | 100110 |
Color Harmonies of #4F5672
Complementary color
Monochromatic Colors of #4F5672
Black with #4F5672
Text Example
Text Example
White with #4F5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5672; }
p { color: rgb(79,86,114); }
H1.HeaderClassName
{
color: #4F5672;
}
.AnyTagClassName
{
color: #4F5672;
}
</style>
background-color css
<style>
a { background-color: #4F5672; }
a { background-color: rgb(79,86,114); }
div.DivClassName
{
background-color: #4F5672;
}
.BgClassName
{
background-color: #4F5672;
}
</style>
border-color css
<style>
span { border-color: #4F5672; }
span { border-color: rgb(79,86,114); }
td.TdClassName
{
border-color: #4F5672;
}
.TagClassName
{
border-color: #4F5672;
}
</style>