Shades of East Bay #495363
Tints of East Bay #495363
RGB
CMYK
RGB Variations
Color information
#495363 (or 0x495363) is known color: East Bay. HEX triplet: 49, 53 and 63. RGB value is (73,83,99). Sum of RGB (Red+Green+Blue) = 73+83+99=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #495363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495363 is #B6AC9C. Grayscale: #515151. Windows color (decimal): -11971741 or 6509385. OLE color: 6509385.
HSL color Cylindrical-coordinate representation of color #495363: hue angle of 216.92º 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 #495363 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 83 | 99 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.61 |
| HSL | 216.92º | 0.15% | 0.34% | - |
| HSV(B) | 216.92º | 0.26% | 0.39% | - |
| XYZ | 8.09 | 8.5 | 13.02 | - |
| YUV | 81.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 99 | 0.26 | 0.16 | 0 | 0.61 | 216.92 | 0.15 | 0.34 |
| Hex | 49 | 53 | 63 | 1A | 10 | 0 | 3D | D9 | F | 22 |
| Octal | 111 | 123 | 143 | 32 | 20 | 0 | 75 | 331 | 17 | 42 |
| Binary | 1001001 | 1010011 | 1100011 | 11010 | 10000 | 0 | 111101 | 11011001 | 1111 | 100010 |
Color Harmonies of #495363
Complementary color
Monochromatic Colors of #495363
Black with #495363
Text Example
Text Example
White with #495363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495363; }
p { color: rgb(73,83,99); }
H1.HeaderClassName
{
color: #495363;
}
.AnyTagClassName
{
color: #495363;
}
</style>
background-color css
<style>
a { background-color: #495363; }
a { background-color: rgb(73,83,99); }
div.DivClassName
{
background-color: #495363;
}
.BgClassName
{
background-color: #495363;
}
</style>
border-color css
<style>
span { border-color: #495363; }
span { border-color: rgb(73,83,99); }
td.TdClassName
{
border-color: #495363;
}
.TagClassName
{
border-color: #495363;
}
</style>