Shades of East Bay #495263
Tints of East Bay #495263
RGB
CMYK
RGB Variations
Color information
#495263 (or 0x495263) is known color: East Bay. HEX triplet: 49, 52 and 63. RGB value is (73,82,99). Sum of RGB (Red+Green+Blue) = 73+82+99=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #495263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495263 is #B6AD9C. Grayscale: #515151. Windows color (decimal): -11971997 or 6509129. OLE color: 6509129.
HSL color Cylindrical-coordinate representation of color #495263: hue angle of 219.23º 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 #495263 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 82 | 99 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.61 |
| HSL | 219.23º | 0.15% | 0.34% | - |
| HSV(B) | 219.23º | 0.26% | 0.39% | - |
| XYZ | 8.02 | 8.35 | 12.99 | - |
| YUV | 81.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 99 | 0.26 | 0.17 | 0 | 0.61 | 219.23 | 0.15 | 0.34 |
| Hex | 49 | 52 | 63 | 1A | 11 | 0 | 3D | DB | F | 22 |
| Octal | 111 | 122 | 143 | 32 | 21 | 0 | 75 | 333 | 17 | 42 |
| Binary | 1001001 | 1010010 | 1100011 | 11010 | 10001 | 0 | 111101 | 11011011 | 1111 | 100010 |
Color Harmonies of #495263
Complementary color
Monochromatic Colors of #495263
Black with #495263
Text Example
Text Example
White with #495263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495263; }
p { color: rgb(73,82,99); }
H1.HeaderClassName
{
color: #495263;
}
.AnyTagClassName
{
color: #495263;
}
</style>
background-color css
<style>
a { background-color: #495263; }
a { background-color: rgb(73,82,99); }
div.DivClassName
{
background-color: #495263;
}
.BgClassName
{
background-color: #495263;
}
</style>
border-color css
<style>
span { border-color: #495263; }
span { border-color: rgb(73,82,99); }
td.TdClassName
{
border-color: #495263;
}
.TagClassName
{
border-color: #495263;
}
</style>