Shades of East Bay #494F63
Tints of East Bay #494F63
RGB
CMYK
RGB Variations
Color information
#494F63 (or 0x494F63) is known color: East Bay. HEX triplet: 49, 4F and 63. RGB value is (73,79,99). Sum of RGB (Red+Green+Blue) = 73+79+99=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 99 - color contains mainly: blue. Hex color #494F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F63 is #B6B09C. Grayscale: #4F4F4F. Windows color (decimal): -11972765 or 6508361. OLE color: 6508361.
HSL color Cylindrical-coordinate representation of color #494F63: hue angle of 226.15º 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 #494F63 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 79 | 99 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.61 |
| HSL | 226.15º | 0.15% | 0.34% | - |
| HSV(B) | 226.15º | 0.26% | 0.39% | - |
| XYZ | 7.8 | 7.91 | 12.92 | - |
| YUV | 79.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 99 | 0.26 | 0.20 | 0 | 0.61 | 226.15 | 0.15 | 0.34 |
| Hex | 49 | 4F | 63 | 1A | 14 | 0 | 3D | E2 | F | 22 |
| Octal | 111 | 117 | 143 | 32 | 24 | 0 | 75 | 342 | 17 | 42 |
| Binary | 1001001 | 1001111 | 1100011 | 11010 | 10100 | 0 | 111101 | 11100010 | 1111 | 100010 |
Color Harmonies of #494F63
Complementary color
Monochromatic Colors of #494F63
Black with #494F63
Text Example
Text Example
White with #494F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F63; }
p { color: rgb(73,79,99); }
H1.HeaderClassName
{
color: #494F63;
}
.AnyTagClassName
{
color: #494F63;
}
</style>
background-color css
<style>
a { background-color: #494F63; }
a { background-color: rgb(73,79,99); }
div.DivClassName
{
background-color: #494F63;
}
.BgClassName
{
background-color: #494F63;
}
</style>
border-color css
<style>
span { border-color: #494F63; }
span { border-color: rgb(73,79,99); }
td.TdClassName
{
border-color: #494F63;
}
.TagClassName
{
border-color: #494F63;
}
</style>