Shades of East Bay #495564
Tints of East Bay #495564
RGB
CMYK
RGB Variations
Color information
#495564 (or 0x495564) is known color: East Bay. HEX triplet: 49, 55 and 64. RGB value is (73,85,100). Sum of RGB (Red+Green+Blue) = 73+85+100=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 100 - color contains mainly: blue. Hex color #495564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495564 is #B6AA9B. Grayscale: #535353. Windows color (decimal): -11971228 or 6575433. OLE color: 6575433.
HSL color Cylindrical-coordinate representation of color #495564: hue angle of 213.33º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #495564 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 85 | 100 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.61 |
| HSL | 213.33º | 0.16% | 0.34% | - |
| HSV(B) | 213.33º | 0.27% | 0.39% | - |
| XYZ | 8.3 | 8.83 | 13.32 | - |
| YUV | 83.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 100 | 0.27 | 0.15 | 0 | 0.61 | 213.33 | 0.16 | 0.34 |
| Hex | 49 | 55 | 64 | 1B | F | 0 | 3D | D5 | 10 | 22 |
| Octal | 111 | 125 | 144 | 33 | 17 | 0 | 75 | 325 | 20 | 42 |
| Binary | 1001001 | 1010101 | 1100100 | 11011 | 1111 | 0 | 111101 | 11010101 | 10000 | 100010 |
Color Harmonies of #495564
Complementary color
Monochromatic Colors of #495564
Black with #495564
Text Example
Text Example
White with #495564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495564; }
p { color: rgb(73,85,100); }
H1.HeaderClassName
{
color: #495564;
}
.AnyTagClassName
{
color: #495564;
}
</style>
background-color css
<style>
a { background-color: #495564; }
a { background-color: rgb(73,85,100); }
div.DivClassName
{
background-color: #495564;
}
.BgClassName
{
background-color: #495564;
}
</style>
border-color css
<style>
span { border-color: #495564; }
span { border-color: rgb(73,85,100); }
td.TdClassName
{
border-color: #495564;
}
.TagClassName
{
border-color: #495564;
}
</style>