Shades of East Bay #49506F
Tints of East Bay #49506F
RGB
CMYK
RGB Variations
Color information
#49506F (or 0x49506F) is known color: East Bay. HEX triplet: 49, 50 and 6F. RGB value is (73,80,111). Sum of RGB (Red+Green+Blue) = 73+80+111=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #49506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49506F is #B6AF90. Grayscale: #515151. Windows color (decimal): -11972497 or 7295049. OLE color: 7295049.
HSL color Cylindrical-coordinate representation of color #49506F: hue angle of 228.95º 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 #49506F is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 80 | 111 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.56 |
| HSL | 228.95º | 0.21% | 0.36% | - |
| HSV(B) | 228.95º | 0.34% | 0.44% | - |
| XYZ | 8.49 | 8.3 | 16.19 | - |
| YUV | 81.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 111 | 0.34 | 0.28 | 0 | 0.56 | 228.95 | 0.21 | 0.36 |
| Hex | 49 | 50 | 6F | 22 | 1C | 0 | 38 | E5 | 15 | 24 |
| Octal | 111 | 120 | 157 | 42 | 34 | 0 | 70 | 345 | 25 | 44 |
| Binary | 1001001 | 1010000 | 1101111 | 100010 | 11100 | 0 | 111000 | 11100101 | 10101 | 100100 |
Color Harmonies of #49506F
Complementary color
Monochromatic Colors of #49506F
Black with #49506F
Text Example
Text Example
White with #49506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49506F; }
p { color: rgb(73,80,111); }
H1.HeaderClassName
{
color: #49506F;
}
.AnyTagClassName
{
color: #49506F;
}
</style>
background-color css
<style>
a { background-color: #49506F; }
a { background-color: rgb(73,80,111); }
div.DivClassName
{
background-color: #49506F;
}
.BgClassName
{
background-color: #49506F;
}
</style>
border-color css
<style>
span { border-color: #49506F; }
span { border-color: rgb(73,80,111); }
td.TdClassName
{
border-color: #49506F;
}
.TagClassName
{
border-color: #49506F;
}
</style>