Shades of East Bay #4E536F
Tints of East Bay #4E536F
RGB
CMYK
RGB Variations
Color information
#4E536F (or 0x4E536F) is known color: East Bay. HEX triplet: 4E, 53 and 6F. RGB value is (78,83,111). Sum of RGB (Red+Green+Blue) = 78+83+111=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E536F is #B1AC90. Grayscale: #545454. Windows color (decimal): -11644049 or 7295822. OLE color: 7295822.
HSL color Cylindrical-coordinate representation of color #4E536F: hue angle of 230.91º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E536F is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 83 | 111 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.56 |
| HSL | 230.91º | 0.17% | 0.37% | - |
| HSV(B) | 230.91º | 0.3% | 0.44% | - |
| XYZ | 9.1 | 8.95 | 16.29 | - |
| YUV | 84.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 111 | 0.30 | 0.25 | 0 | 0.56 | 230.91 | 0.17 | 0.37 |
| Hex | 4E | 53 | 6F | 1E | 19 | 0 | 38 | E7 | 11 | 25 |
| Octal | 116 | 123 | 157 | 36 | 31 | 0 | 70 | 347 | 21 | 45 |
| Binary | 1001110 | 1010011 | 1101111 | 11110 | 11001 | 0 | 111000 | 11100111 | 10001 | 100101 |
Color Harmonies of #4E536F
Complementary color
Monochromatic Colors of #4E536F
Black with #4E536F
Text Example
Text Example
White with #4E536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E536F; }
p { color: rgb(78,83,111); }
H1.HeaderClassName
{
color: #4E536F;
}
.AnyTagClassName
{
color: #4E536F;
}
</style>
background-color css
<style>
a { background-color: #4E536F; }
a { background-color: rgb(78,83,111); }
div.DivClassName
{
background-color: #4E536F;
}
.BgClassName
{
background-color: #4E536F;
}
</style>
border-color css
<style>
span { border-color: #4E536F; }
span { border-color: rgb(78,83,111); }
td.TdClassName
{
border-color: #4E536F;
}
.TagClassName
{
border-color: #4E536F;
}
</style>