Shades of East Bay #49526F
Tints of East Bay #49526F
RGB
CMYK
RGB Variations
Color information
#49526F (or 0x49526F) is known color: East Bay. HEX triplet: 49, 52 and 6F. RGB value is (73,82,111). Sum of RGB (Red+Green+Blue) = 73+82+111=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #49526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49526F is #B6AD90. Grayscale: #525252. Windows color (decimal): -11971985 or 7295561. OLE color: 7295561.
HSL color Cylindrical-coordinate representation of color #49526F: hue angle of 225.79º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49526F is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 82 | 111 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.56 |
| HSL | 225.79º | 0.21% | 0.36% | - |
| HSV(B) | 225.79º | 0.34% | 0.44% | - |
| XYZ | 8.63 | 8.6 | 16.24 | - |
| YUV | 82.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 111 | 0.34 | 0.26 | 0 | 0.56 | 225.79 | 0.21 | 0.36 |
| Hex | 49 | 52 | 6F | 22 | 1A | 0 | 38 | E2 | 15 | 24 |
| Octal | 111 | 122 | 157 | 42 | 32 | 0 | 70 | 342 | 25 | 44 |
| Binary | 1001001 | 1010010 | 1101111 | 100010 | 11010 | 0 | 111000 | 11100010 | 10101 | 100100 |
Color Harmonies of #49526F
Complementary color
Monochromatic Colors of #49526F
Black with #49526F
Text Example
Text Example
White with #49526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49526F; }
p { color: rgb(73,82,111); }
H1.HeaderClassName
{
color: #49526F;
}
.AnyTagClassName
{
color: #49526F;
}
</style>
background-color css
<style>
a { background-color: #49526F; }
a { background-color: rgb(73,82,111); }
div.DivClassName
{
background-color: #49526F;
}
.BgClassName
{
background-color: #49526F;
}
</style>
border-color css
<style>
span { border-color: #49526F; }
span { border-color: rgb(73,82,111); }
td.TdClassName
{
border-color: #49526F;
}
.TagClassName
{
border-color: #49526F;
}
</style>