Shades of East Bay #494D62
Tints of East Bay #494D62
RGB
CMYK
RGB Variations
Color information
#494D62 (or 0x494D62) is known color: East Bay. HEX triplet: 49, 4D and 62. RGB value is (73,77,98). Sum of RGB (Red+Green+Blue) = 73+77+98=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #494D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D62 is #B6B29D. Grayscale: #4E4E4E. Windows color (decimal): -11973278 or 6442313. OLE color: 6442313.
HSL color Cylindrical-coordinate representation of color #494D62: hue angle of 230.4º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494D62 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 77 | 98 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.62 |
| HSL | 230.4º | 0.15% | 0.34% | - |
| HSV(B) | 230.4º | 0.26% | 0.38% | - |
| XYZ | 7.61 | 7.61 | 12.62 | - |
| YUV | 78.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 98 | 0.26 | 0.21 | 0 | 0.62 | 230.4 | 0.15 | 0.34 |
| Hex | 49 | 4D | 62 | 1A | 15 | 0 | 3E | E6 | F | 22 |
| Octal | 111 | 115 | 142 | 32 | 25 | 0 | 76 | 346 | 17 | 42 |
| Binary | 1001001 | 1001101 | 1100010 | 11010 | 10101 | 0 | 111110 | 11100110 | 1111 | 100010 |
Color Harmonies of #494D62
Complementary color
Monochromatic Colors of #494D62
Black with #494D62
Text Example
Text Example
White with #494D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D62; }
p { color: rgb(73,77,98); }
H1.HeaderClassName
{
color: #494D62;
}
.AnyTagClassName
{
color: #494D62;
}
</style>
background-color css
<style>
a { background-color: #494D62; }
a { background-color: rgb(73,77,98); }
div.DivClassName
{
background-color: #494D62;
}
.BgClassName
{
background-color: #494D62;
}
</style>
border-color css
<style>
span { border-color: #494D62; }
span { border-color: rgb(73,77,98); }
td.TdClassName
{
border-color: #494D62;
}
.TagClassName
{
border-color: #494D62;
}
</style>