Shades of East Bay #495364
Tints of East Bay #495364
RGB
CMYK
RGB Variations
Color information
#495364 (or 0x495364) is known color: East Bay. HEX triplet: 49, 53 and 64. RGB value is (73,83,100). Sum of RGB (Red+Green+Blue) = 73+83+100=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 100 - color contains mainly: blue. Hex color #495364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495364 is #B6AC9B. Grayscale: #515151. Windows color (decimal): -11971740 or 6574921. OLE color: 6574921.
HSL color Cylindrical-coordinate representation of color #495364: hue angle of 217.78º 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 #495364 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 83 | 100 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.61 |
| HSL | 217.78º | 0.16% | 0.34% | - |
| HSV(B) | 217.78º | 0.27% | 0.39% | - |
| XYZ | 8.14 | 8.52 | 13.27 | - |
| YUV | 81.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 100 | 0.27 | 0.17 | 0 | 0.61 | 217.78 | 0.16 | 0.34 |
| Hex | 49 | 53 | 64 | 1B | 11 | 0 | 3D | DA | 10 | 22 |
| Octal | 111 | 123 | 144 | 33 | 21 | 0 | 75 | 332 | 20 | 42 |
| Binary | 1001001 | 1010011 | 1100100 | 11011 | 10001 | 0 | 111101 | 11011010 | 10000 | 100010 |
Color Harmonies of #495364
Complementary color
Monochromatic Colors of #495364
Black with #495364
Text Example
Text Example
White with #495364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495364; }
p { color: rgb(73,83,100); }
H1.HeaderClassName
{
color: #495364;
}
.AnyTagClassName
{
color: #495364;
}
</style>
background-color css
<style>
a { background-color: #495364; }
a { background-color: rgb(73,83,100); }
div.DivClassName
{
background-color: #495364;
}
.BgClassName
{
background-color: #495364;
}
</style>
border-color css
<style>
span { border-color: #495364; }
span { border-color: rgb(73,83,100); }
td.TdClassName
{
border-color: #495364;
}
.TagClassName
{
border-color: #495364;
}
</style>