Shades of East Bay #494E60
Tints of East Bay #494E60
RGB
CMYK
RGB Variations
Color information
#494E60 (or 0x494E60) is known color: East Bay. HEX triplet: 49, 4E and 60. RGB value is (73,78,96). Sum of RGB (Red+Green+Blue) = 73+78+96=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #494E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E60 is #B6B19F. Grayscale: #4E4E4E. Windows color (decimal): -11973024 or 6311497. OLE color: 6311497.
HSL color Cylindrical-coordinate representation of color #494E60: hue angle of 226.96º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #494E60 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 78 | 96 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.62 |
| HSL | 226.96º | 0.14% | 0.33% | - |
| HSV(B) | 226.96º | 0.24% | 0.38% | - |
| XYZ | 7.58 | 7.71 | 12.15 | - |
| YUV | 78.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 96 | 0.24 | 0.19 | 0 | 0.62 | 226.96 | 0.14 | 0.33 |
| Hex | 49 | 4E | 60 | 18 | 13 | 0 | 3E | E3 | E | 21 |
| Octal | 111 | 116 | 140 | 30 | 23 | 0 | 76 | 343 | 16 | 41 |
| Binary | 1001001 | 1001110 | 1100000 | 11000 | 10011 | 0 | 111110 | 11100011 | 1110 | 100001 |
Color Harmonies of #494E60
Complementary color
Monochromatic Colors of #494E60
Black with #494E60
Text Example
Text Example
White with #494E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E60; }
p { color: rgb(73,78,96); }
H1.HeaderClassName
{
color: #494E60;
}
.AnyTagClassName
{
color: #494E60;
}
</style>
background-color css
<style>
a { background-color: #494E60; }
a { background-color: rgb(73,78,96); }
div.DivClassName
{
background-color: #494E60;
}
.BgClassName
{
background-color: #494E60;
}
</style>
border-color css
<style>
span { border-color: #494E60; }
span { border-color: rgb(73,78,96); }
td.TdClassName
{
border-color: #494E60;
}
.TagClassName
{
border-color: #494E60;
}
</style>