Shades of East Bay #4E5767
Tints of East Bay #4E5767
RGB
CMYK
RGB Variations
Color information
#4E5767 (or 0x4E5767) is known color: East Bay. HEX triplet: 4E, 57 and 67. RGB value is (78,87,103). Sum of RGB (Red+Green+Blue) = 78+87+103=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E5767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5767 is #B1A898. Grayscale: #565656. Windows color (decimal): -11643033 or 6772558. OLE color: 6772558.
HSL color Cylindrical-coordinate representation of color #4E5767: hue angle of 218.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E5767 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 87 | 103 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.60 |
| HSL | 218.4º | 0.14% | 0.35% | - |
| HSV(B) | 218.4º | 0.24% | 0.4% | - |
| XYZ | 9 | 9.42 | 14.18 | - |
| YUV | 86.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 103 | 0.24 | 0.16 | 0 | 0.60 | 218.4 | 0.14 | 0.35 |
| Hex | 4E | 57 | 67 | 18 | 10 | 0 | 3C | DA | E | 23 |
| Octal | 116 | 127 | 147 | 30 | 20 | 0 | 74 | 332 | 16 | 43 |
| Binary | 1001110 | 1010111 | 1100111 | 11000 | 10000 | 0 | 111100 | 11011010 | 1110 | 100011 |
Color Harmonies of #4E5767
Complementary color
Monochromatic Colors of #4E5767
Black with #4E5767
Text Example
Text Example
White with #4E5767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5767; }
p { color: rgb(78,87,103); }
H1.HeaderClassName
{
color: #4E5767;
}
.AnyTagClassName
{
color: #4E5767;
}
</style>
background-color css
<style>
a { background-color: #4E5767; }
a { background-color: rgb(78,87,103); }
div.DivClassName
{
background-color: #4E5767;
}
.BgClassName
{
background-color: #4E5767;
}
</style>
border-color css
<style>
span { border-color: #4E5767; }
span { border-color: rgb(78,87,103); }
td.TdClassName
{
border-color: #4E5767;
}
.TagClassName
{
border-color: #4E5767;
}
</style>