Shades of East Bay #494F65
Tints of East Bay #494F65
RGB
CMYK
RGB Variations
Color information
#494F65 (or 0x494F65) is known color: East Bay. HEX triplet: 49, 4F and 65. RGB value is (73,79,101). Sum of RGB (Red+Green+Blue) = 73+79+101=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #494F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F65 is #B6B09A. Grayscale: #4F4F4F. Windows color (decimal): -11972763 or 6639433. OLE color: 6639433.
HSL color Cylindrical-coordinate representation of color #494F65: hue angle of 227.14º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #494F65 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 79 | 101 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.60 |
| HSL | 227.14º | 0.16% | 0.34% | - |
| HSV(B) | 227.14º | 0.28% | 0.4% | - |
| XYZ | 7.89 | 7.95 | 13.43 | - |
| YUV | 79.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 101 | 0.28 | 0.22 | 0 | 0.60 | 227.14 | 0.16 | 0.34 |
| Hex | 49 | 4F | 65 | 1C | 16 | 0 | 3C | E3 | 10 | 22 |
| Octal | 111 | 117 | 145 | 34 | 26 | 0 | 74 | 343 | 20 | 42 |
| Binary | 1001001 | 1001111 | 1100101 | 11100 | 10110 | 0 | 111100 | 11100011 | 10000 | 100010 |
Color Harmonies of #494F65
Complementary color
Monochromatic Colors of #494F65
Black with #494F65
Text Example
Text Example
White with #494F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F65; }
p { color: rgb(73,79,101); }
H1.HeaderClassName
{
color: #494F65;
}
.AnyTagClassName
{
color: #494F65;
}
</style>
background-color css
<style>
a { background-color: #494F65; }
a { background-color: rgb(73,79,101); }
div.DivClassName
{
background-color: #494F65;
}
.BgClassName
{
background-color: #494F65;
}
</style>
border-color css
<style>
span { border-color: #494F65; }
span { border-color: rgb(73,79,101); }
td.TdClassName
{
border-color: #494F65;
}
.TagClassName
{
border-color: #494F65;
}
</style>