Shades of East Bay #495063
Tints of East Bay #495063
RGB
CMYK
RGB Variations
Color information
#495063 (or 0x495063) is known color: East Bay. HEX triplet: 49, 50 and 63. RGB value is (73,80,99). Sum of RGB (Red+Green+Blue) = 73+80+99=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #495063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495063 is #B6AF9C. Grayscale: #4F4F4F. Windows color (decimal): -11972509 or 6508617. OLE color: 6508617.
HSL color Cylindrical-coordinate representation of color #495063: hue angle of 223.85º 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 #495063 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 80 | 99 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.61 |
| HSL | 223.85º | 0.15% | 0.34% | - |
| HSV(B) | 223.85º | 0.26% | 0.39% | - |
| XYZ | 7.87 | 8.05 | 12.94 | - |
| YUV | 80.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 99 | 0.26 | 0.19 | 0 | 0.61 | 223.85 | 0.15 | 0.34 |
| Hex | 49 | 50 | 63 | 1A | 13 | 0 | 3D | E0 | F | 22 |
| Octal | 111 | 120 | 143 | 32 | 23 | 0 | 75 | 340 | 17 | 42 |
| Binary | 1001001 | 1010000 | 1100011 | 11010 | 10011 | 0 | 111101 | 11100000 | 1111 | 100010 |
Color Harmonies of #495063
Complementary color
Monochromatic Colors of #495063
Black with #495063
Text Example
Text Example
White with #495063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495063; }
p { color: rgb(73,80,99); }
H1.HeaderClassName
{
color: #495063;
}
.AnyTagClassName
{
color: #495063;
}
</style>
background-color css
<style>
a { background-color: #495063; }
a { background-color: rgb(73,80,99); }
div.DivClassName
{
background-color: #495063;
}
.BgClassName
{
background-color: #495063;
}
</style>
border-color css
<style>
span { border-color: #495063; }
span { border-color: rgb(73,80,99); }
td.TdClassName
{
border-color: #495063;
}
.TagClassName
{
border-color: #495063;
}
</style>