Shades of East Bay #494C63
Tints of East Bay #494C63
RGB
CMYK
RGB Variations
Color information
#494C63 (or 0x494C63) is known color: East Bay. HEX triplet: 49, 4C and 63. RGB value is (73,76,99). Sum of RGB (Red+Green+Blue) = 73+76+99=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #494C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C63 is #B6B39C. Grayscale: #4D4D4D. Windows color (decimal): -11973533 or 6507593. OLE color: 6507593.
HSL color Cylindrical-coordinate representation of color #494C63: hue angle of 233.08º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494C63 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 76 | 99 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.61 |
| HSL | 233.08º | 0.15% | 0.34% | - |
| HSV(B) | 233.08º | 0.26% | 0.39% | - |
| XYZ | 7.58 | 7.49 | 12.85 | - |
| YUV | 77.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 99 | 0.26 | 0.23 | 0 | 0.61 | 233.08 | 0.15 | 0.34 |
| Hex | 49 | 4C | 63 | 1A | 17 | 0 | 3D | E9 | F | 22 |
| Octal | 111 | 114 | 143 | 32 | 27 | 0 | 75 | 351 | 17 | 42 |
| Binary | 1001001 | 1001100 | 1100011 | 11010 | 10111 | 0 | 111101 | 11101001 | 1111 | 100010 |
Color Harmonies of #494C63
Complementary color
Monochromatic Colors of #494C63
Black with #494C63
Text Example
Text Example
White with #494C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C63; }
p { color: rgb(73,76,99); }
H1.HeaderClassName
{
color: #494C63;
}
.AnyTagClassName
{
color: #494C63;
}
</style>
background-color css
<style>
a { background-color: #494C63; }
a { background-color: rgb(73,76,99); }
div.DivClassName
{
background-color: #494C63;
}
.BgClassName
{
background-color: #494C63;
}
</style>
border-color css
<style>
span { border-color: #494C63; }
span { border-color: rgb(73,76,99); }
td.TdClassName
{
border-color: #494C63;
}
.TagClassName
{
border-color: #494C63;
}
</style>