Shades of East Bay #4E536A
Tints of East Bay #4E536A
RGB
CMYK
RGB Variations
Color information
#4E536A (or 0x4E536A) is known color: East Bay. HEX triplet: 4E, 53 and 6A. RGB value is (78,83,106). Sum of RGB (Red+Green+Blue) = 78+83+106=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E536A is #B1AC95. Grayscale: #545454. Windows color (decimal): -11644054 or 6968142. OLE color: 6968142.
HSL color Cylindrical-coordinate representation of color #4E536A: hue angle of 229.29º 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 #4E536A is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 83 | 106 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.58 |
| HSL | 229.29º | 0.15% | 0.36% | - |
| HSV(B) | 229.29º | 0.26% | 0.42% | - |
| XYZ | 8.84 | 8.85 | 14.88 | - |
| YUV | 84.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 106 | 0.26 | 0.22 | 0 | 0.58 | 229.29 | 0.15 | 0.36 |
| Hex | 4E | 53 | 6A | 1A | 16 | 0 | 3A | E5 | F | 24 |
| Octal | 116 | 123 | 152 | 32 | 26 | 0 | 72 | 345 | 17 | 44 |
| Binary | 1001110 | 1010011 | 1101010 | 11010 | 10110 | 0 | 111010 | 11100101 | 1111 | 100100 |
Color Harmonies of #4E536A
Complementary color
Monochromatic Colors of #4E536A
Black with #4E536A
Text Example
Text Example
White with #4E536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E536A; }
p { color: rgb(78,83,106); }
H1.HeaderClassName
{
color: #4E536A;
}
.AnyTagClassName
{
color: #4E536A;
}
</style>
background-color css
<style>
a { background-color: #4E536A; }
a { background-color: rgb(78,83,106); }
div.DivClassName
{
background-color: #4E536A;
}
.BgClassName
{
background-color: #4E536A;
}
</style>
border-color css
<style>
span { border-color: #4E536A; }
span { border-color: rgb(78,83,106); }
td.TdClassName
{
border-color: #4E536A;
}
.TagClassName
{
border-color: #4E536A;
}
</style>