Shades of East Bay #494D68
Tints of East Bay #494D68
RGB
CMYK
RGB Variations
Color information
#494D68 (or 0x494D68) is known color: East Bay. HEX triplet: 49, 4D and 68. RGB value is (73,77,104). Sum of RGB (Red+Green+Blue) = 73+77+104=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #494D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D68 is #B6B297. Grayscale: #4E4E4E. Windows color (decimal): -11973272 or 6835529. OLE color: 6835529.
HSL color Cylindrical-coordinate representation of color #494D68: hue angle of 232.26º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494D68 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 77 | 104 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.59 |
| HSL | 232.26º | 0.18% | 0.35% | - |
| HSV(B) | 232.26º | 0.3% | 0.41% | - |
| XYZ | 7.9 | 7.72 | 14.17 | - |
| YUV | 78.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 104 | 0.30 | 0.26 | 0 | 0.59 | 232.26 | 0.18 | 0.35 |
| Hex | 49 | 4D | 68 | 1E | 1A | 0 | 3B | E8 | 12 | 23 |
| Octal | 111 | 115 | 150 | 36 | 32 | 0 | 73 | 350 | 22 | 43 |
| Binary | 1001001 | 1001101 | 1101000 | 11110 | 11010 | 0 | 111011 | 11101000 | 10010 | 100011 |
Color Harmonies of #494D68
Complementary color
Monochromatic Colors of #494D68
Black with #494D68
Text Example
Text Example
White with #494D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D68; }
p { color: rgb(73,77,104); }
H1.HeaderClassName
{
color: #494D68;
}
.AnyTagClassName
{
color: #494D68;
}
</style>
background-color css
<style>
a { background-color: #494D68; }
a { background-color: rgb(73,77,104); }
div.DivClassName
{
background-color: #494D68;
}
.BgClassName
{
background-color: #494D68;
}
</style>
border-color css
<style>
span { border-color: #494D68; }
span { border-color: rgb(73,77,104); }
td.TdClassName
{
border-color: #494D68;
}
.TagClassName
{
border-color: #494D68;
}
</style>