Shades of East Bay #495270
Tints of East Bay #495270
RGB
CMYK
RGB Variations
Color information
#495270 (or 0x495270) is known color: East Bay. HEX triplet: 49, 52 and 70. RGB value is (73,82,112). Sum of RGB (Red+Green+Blue) = 73+82+112=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #495270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495270 is #B6AD8F. Grayscale: #525252. Windows color (decimal): -11971984 or 7361097. OLE color: 7361097.
HSL color Cylindrical-coordinate representation of color #495270: hue angle of 226.15º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495270 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 82 | 112 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.56 |
| HSL | 226.15º | 0.21% | 0.36% | - |
| HSV(B) | 226.15º | 0.35% | 0.44% | - |
| XYZ | 8.69 | 8.62 | 16.54 | - |
| YUV | 82.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 112 | 0.35 | 0.27 | 0 | 0.56 | 226.15 | 0.21 | 0.36 |
| Hex | 49 | 52 | 70 | 23 | 1B | 0 | 38 | E2 | 15 | 24 |
| Octal | 111 | 122 | 160 | 43 | 33 | 0 | 70 | 342 | 25 | 44 |
| Binary | 1001001 | 1010010 | 1110000 | 100011 | 11011 | 0 | 111000 | 11100010 | 10101 | 100100 |
Color Harmonies of #495270
Complementary color
Monochromatic Colors of #495270
Black with #495270
Text Example
Text Example
White with #495270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495270; }
p { color: rgb(73,82,112); }
H1.HeaderClassName
{
color: #495270;
}
.AnyTagClassName
{
color: #495270;
}
</style>
background-color css
<style>
a { background-color: #495270; }
a { background-color: rgb(73,82,112); }
div.DivClassName
{
background-color: #495270;
}
.BgClassName
{
background-color: #495270;
}
</style>
border-color css
<style>
span { border-color: #495270; }
span { border-color: rgb(73,82,112); }
td.TdClassName
{
border-color: #495270;
}
.TagClassName
{
border-color: #495270;
}
</style>