Shades of Hippie Blue #49899E
Tints of Hippie Blue #49899E
RGB
CMYK
RGB Variations
Color information
#49899E (or 0x49899E) is known color: Hippie Blue. HEX triplet: 49, 89 and 9E. RGB value is (73,137,158). Sum of RGB (Red+Green+Blue) = 73+137+158=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #49899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49899E is #B67661. Grayscale: #787878. Windows color (decimal): -11957858 or 10389833. OLE color: 10389833.
HSL color Cylindrical-coordinate representation of color #49899E: hue angle of 194.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49899E is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 137 | 158 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.38 |
| HSL | 194.82º | 0.37% | 0.45% | - |
| HSV(B) | 194.82º | 0.54% | 0.62% | - |
| XYZ | 17.86 | 21.78 | 35.61 | - |
| YUV | 120.26 | 149.3 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 158 | 0.54 | 0.13 | 0 | 0.38 | 194.82 | 0.37 | 0.45 |
| Hex | 49 | 89 | 9E | 36 | D | 0 | 26 | C3 | 25 | 2D |
| Octal | 111 | 211 | 236 | 66 | 15 | 0 | 46 | 303 | 45 | 55 |
| Binary | 1001001 | 10001001 | 10011110 | 110110 | 1101 | 0 | 100110 | 11000011 | 100101 | 101101 |
Color Harmonies of #49899E
Complementary color
Monochromatic Colors of #49899E
Black with #49899E
Text Example
Text Example
White with #49899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49899E; }
p { color: rgb(73,137,158); }
H1.HeaderClassName
{
color: #49899E;
}
.AnyTagClassName
{
color: #49899E;
}
</style>
background-color css
<style>
a { background-color: #49899E; }
a { background-color: rgb(73,137,158); }
div.DivClassName
{
background-color: #49899E;
}
.BgClassName
{
background-color: #49899E;
}
</style>
border-color css
<style>
span { border-color: #49899E; }
span { border-color: rgb(73,137,158); }
td.TdClassName
{
border-color: #49899E;
}
.TagClassName
{
border-color: #49899E;
}
</style>