Shades of East Bay #494D61
Tints of East Bay #494D61
RGB
CMYK
RGB Variations
Color information
#494D61 (or 0x494D61) is known color: East Bay. HEX triplet: 49, 4D and 61. RGB value is (73,77,97). Sum of RGB (Red+Green+Blue) = 73+77+97=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #494D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D61 is #B6B29E. Grayscale: #4E4E4E. Windows color (decimal): -11973279 or 6376777. OLE color: 6376777.
HSL color Cylindrical-coordinate representation of color #494D61: hue angle of 230º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #494D61 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 77 | 97 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.62 |
| HSL | 230º | 0.14% | 0.33% | - |
| HSV(B) | 230º | 0.25% | 0.38% | - |
| XYZ | 7.56 | 7.59 | 12.38 | - |
| YUV | 78.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 97 | 0.25 | 0.21 | 0 | 0.62 | 230 | 0.14 | 0.33 |
| Hex | 49 | 4D | 61 | 19 | 15 | 0 | 3E | E6 | E | 21 |
| Octal | 111 | 115 | 141 | 31 | 25 | 0 | 76 | 346 | 16 | 41 |
| Binary | 1001001 | 1001101 | 1100001 | 11001 | 10101 | 0 | 111110 | 11100110 | 1110 | 100001 |
Color Harmonies of #494D61
Complementary color
Monochromatic Colors of #494D61
Black with #494D61
Text Example
Text Example
White with #494D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D61; }
p { color: rgb(73,77,97); }
H1.HeaderClassName
{
color: #494D61;
}
.AnyTagClassName
{
color: #494D61;
}
</style>
background-color css
<style>
a { background-color: #494D61; }
a { background-color: rgb(73,77,97); }
div.DivClassName
{
background-color: #494D61;
}
.BgClassName
{
background-color: #494D61;
}
</style>
border-color css
<style>
span { border-color: #494D61; }
span { border-color: rgb(73,77,97); }
td.TdClassName
{
border-color: #494D61;
}
.TagClassName
{
border-color: #494D61;
}
</style>