Shades of East Bay #494E6C
Tints of East Bay #494E6C
RGB
CMYK
RGB Variations
Color information
#494E6C (or 0x494E6C) is known color: East Bay. HEX triplet: 49, 4E and 6C. RGB value is (73,78,108). Sum of RGB (Red+Green+Blue) = 73+78+108=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #494E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E6C is #B6B193. Grayscale: #4F4F4F. Windows color (decimal): -11973012 or 7097929. OLE color: 7097929.
HSL color Cylindrical-coordinate representation of color #494E6C: hue angle of 231.43º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494E6C is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 78 | 108 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.58 |
| HSL | 231.43º | 0.19% | 0.35% | - |
| HSV(B) | 231.43º | 0.32% | 0.42% | - |
| XYZ | 8.18 | 7.95 | 15.29 | - |
| YUV | 79.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 108 | 0.32 | 0.28 | 0 | 0.58 | 231.43 | 0.19 | 0.35 |
| Hex | 49 | 4E | 6C | 20 | 1C | 0 | 3A | E7 | 13 | 23 |
| Octal | 111 | 116 | 154 | 40 | 34 | 0 | 72 | 347 | 23 | 43 |
| Binary | 1001001 | 1001110 | 1101100 | 100000 | 11100 | 0 | 111010 | 11100111 | 10011 | 100011 |
Color Harmonies of #494E6C
Complementary color
Monochromatic Colors of #494E6C
Black with #494E6C
Text Example
Text Example
White with #494E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E6C; }
p { color: rgb(73,78,108); }
H1.HeaderClassName
{
color: #494E6C;
}
.AnyTagClassName
{
color: #494E6C;
}
</style>
background-color css
<style>
a { background-color: #494E6C; }
a { background-color: rgb(73,78,108); }
div.DivClassName
{
background-color: #494E6C;
}
.BgClassName
{
background-color: #494E6C;
}
</style>
border-color css
<style>
span { border-color: #494E6C; }
span { border-color: rgb(73,78,108); }
td.TdClassName
{
border-color: #494E6C;
}
.TagClassName
{
border-color: #494E6C;
}
</style>