Shades of East Bay #494E63
Tints of East Bay #494E63
RGB
CMYK
RGB Variations
Color information
#494E63 (or 0x494E63) is known color: East Bay. HEX triplet: 49, 4E and 63. RGB value is (73,78,99). Sum of RGB (Red+Green+Blue) = 73+78+99=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #494E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E63 is #B6B19C. Grayscale: #4E4E4E. Windows color (decimal): -11973021 or 6508105. OLE color: 6508105.
HSL color Cylindrical-coordinate representation of color #494E63: hue angle of 228.46º 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 #494E63 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 78 | 99 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.61 |
| HSL | 228.46º | 0.15% | 0.34% | - |
| HSV(B) | 228.46º | 0.26% | 0.39% | - |
| XYZ | 7.72 | 7.77 | 12.9 | - |
| YUV | 78.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 99 | 0.26 | 0.21 | 0 | 0.61 | 228.46 | 0.15 | 0.34 |
| Hex | 49 | 4E | 63 | 1A | 15 | 0 | 3D | E4 | F | 22 |
| Octal | 111 | 116 | 143 | 32 | 25 | 0 | 75 | 344 | 17 | 42 |
| Binary | 1001001 | 1001110 | 1100011 | 11010 | 10101 | 0 | 111101 | 11100100 | 1111 | 100010 |
Color Harmonies of #494E63
Complementary color
Monochromatic Colors of #494E63
Black with #494E63
Text Example
Text Example
White with #494E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E63; }
p { color: rgb(73,78,99); }
H1.HeaderClassName
{
color: #494E63;
}
.AnyTagClassName
{
color: #494E63;
}
</style>
background-color css
<style>
a { background-color: #494E63; }
a { background-color: rgb(73,78,99); }
div.DivClassName
{
background-color: #494E63;
}
.BgClassName
{
background-color: #494E63;
}
</style>
border-color css
<style>
span { border-color: #494E63; }
span { border-color: rgb(73,78,99); }
td.TdClassName
{
border-color: #494E63;
}
.TagClassName
{
border-color: #494E63;
}
</style>