Shades of East Bay #494D6E
Tints of East Bay #494D6E
RGB
CMYK
RGB Variations
Color information
#494D6E (or 0x494D6E) is known color: East Bay. HEX triplet: 49, 4D and 6E. RGB value is (73,77,110). Sum of RGB (Red+Green+Blue) = 73+77+110=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #494D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D6E is #B6B291. Grayscale: #4F4F4F. Windows color (decimal): -11973266 or 7228745. OLE color: 7228745.
HSL color Cylindrical-coordinate representation of color #494D6E: hue angle of 233.51º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494D6E is Cyan = 0.34, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 77 | 110 | - |
| CMYK | 0.34 | 0.3 | 0 | 0.57 |
| HSL | 233.51º | 0.2% | 0.36% | - |
| HSV(B) | 233.51º | 0.34% | 0.43% | - |
| XYZ | 8.22 | 7.85 | 15.83 | - |
| YUV | 79.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 110 | 0.34 | 0.3 | 0 | 0.57 | 233.51 | 0.2 | 0.36 |
| Hex | 49 | 4D | 6E | 22 | 1E | 0 | 39 | EA | 14 | 24 |
| Octal | 111 | 115 | 156 | 42 | 36 | 0 | 71 | 352 | 24 | 44 |
| Binary | 1001001 | 1001101 | 1101110 | 100010 | 11110 | 0 | 111001 | 11101010 | 10100 | 100100 |
Color Harmonies of #494D6E
Complementary color
Monochromatic Colors of #494D6E
Black with #494D6E
Text Example
Text Example
White with #494D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D6E; }
p { color: rgb(73,77,110); }
H1.HeaderClassName
{
color: #494D6E;
}
.AnyTagClassName
{
color: #494D6E;
}
</style>
background-color css
<style>
a { background-color: #494D6E; }
a { background-color: rgb(73,77,110); }
div.DivClassName
{
background-color: #494D6E;
}
.BgClassName
{
background-color: #494D6E;
}
</style>
border-color css
<style>
span { border-color: #494D6E; }
span { border-color: rgb(73,77,110); }
td.TdClassName
{
border-color: #494D6E;
}
.TagClassName
{
border-color: #494D6E;
}
</style>