Shades of East Bay #4E546A
Tints of East Bay #4E546A
RGB
CMYK
RGB Variations
Color information
#4E546A (or 0x4E546A) is known color: East Bay. HEX triplet: 4E, 54 and 6A. RGB value is (78,84,106). Sum of RGB (Red+Green+Blue) = 78+84+106=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E546A is #B1AB95. Grayscale: #545454. Windows color (decimal): -11643798 or 6968398. OLE color: 6968398.
HSL color Cylindrical-coordinate representation of color #4E546A: hue angle of 227.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E546A is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 84 | 106 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.58 |
| HSL | 227.14º | 0.15% | 0.36% | - |
| HSV(B) | 227.14º | 0.26% | 0.42% | - |
| XYZ | 8.91 | 9 | 14.9 | - |
| YUV | 84.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 106 | 0.26 | 0.21 | 0 | 0.58 | 227.14 | 0.15 | 0.36 |
| Hex | 4E | 54 | 6A | 1A | 15 | 0 | 3A | E3 | F | 24 |
| Octal | 116 | 124 | 152 | 32 | 25 | 0 | 72 | 343 | 17 | 44 |
| Binary | 1001110 | 1010100 | 1101010 | 11010 | 10101 | 0 | 111010 | 11100011 | 1111 | 100100 |
Color Harmonies of #4E546A
Complementary color
Monochromatic Colors of #4E546A
Black with #4E546A
Text Example
Text Example
White with #4E546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E546A; }
p { color: rgb(78,84,106); }
H1.HeaderClassName
{
color: #4E546A;
}
.AnyTagClassName
{
color: #4E546A;
}
</style>
background-color css
<style>
a { background-color: #4E546A; }
a { background-color: rgb(78,84,106); }
div.DivClassName
{
background-color: #4E546A;
}
.BgClassName
{
background-color: #4E546A;
}
</style>
border-color css
<style>
span { border-color: #4E546A; }
span { border-color: rgb(78,84,106); }
td.TdClassName
{
border-color: #4E546A;
}
.TagClassName
{
border-color: #4E546A;
}
</style>