Shades of East Bay #4E546F
Tints of East Bay #4E546F
RGB
CMYK
RGB Variations
Color information
#4E546F (or 0x4E546F) is known color: East Bay. HEX triplet: 4E, 54 and 6F. RGB value is (78,84,111). Sum of RGB (Red+Green+Blue) = 78+84+111=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E546F is #B1AB90. Grayscale: #555555. Windows color (decimal): -11643793 or 7296078. OLE color: 7296078.
HSL color Cylindrical-coordinate representation of color #4E546F: hue angle of 229.09º 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 #4E546F is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 84 | 111 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.56 |
| HSL | 229.09º | 0.17% | 0.37% | - |
| HSV(B) | 229.09º | 0.3% | 0.44% | - |
| XYZ | 9.18 | 9.11 | 16.31 | - |
| YUV | 85.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 111 | 0.30 | 0.24 | 0 | 0.56 | 229.09 | 0.17 | 0.37 |
| Hex | 4E | 54 | 6F | 1E | 18 | 0 | 38 | E5 | 11 | 25 |
| Octal | 116 | 124 | 157 | 36 | 30 | 0 | 70 | 345 | 21 | 45 |
| Binary | 1001110 | 1010100 | 1101111 | 11110 | 11000 | 0 | 111000 | 11100101 | 10001 | 100101 |
Color Harmonies of #4E546F
Complementary color
Monochromatic Colors of #4E546F
Black with #4E546F
Text Example
Text Example
White with #4E546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E546F; }
p { color: rgb(78,84,111); }
H1.HeaderClassName
{
color: #4E546F;
}
.AnyTagClassName
{
color: #4E546F;
}
</style>
background-color css
<style>
a { background-color: #4E546F; }
a { background-color: rgb(78,84,111); }
div.DivClassName
{
background-color: #4E546F;
}
.BgClassName
{
background-color: #4E546F;
}
</style>
border-color css
<style>
span { border-color: #4E546F; }
span { border-color: rgb(78,84,111); }
td.TdClassName
{
border-color: #4E546F;
}
.TagClassName
{
border-color: #4E546F;
}
</style>