Shades of Hippie Blue #49939E
Tints of Hippie Blue #49939E
RGB
CMYK
RGB Variations
Color information
#49939E (or 0x49939E) is known color: Hippie Blue. HEX triplet: 49, 93 and 9E. RGB value is (73,147,158). Sum of RGB (Red+Green+Blue) = 73+147+158=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #49939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49939E is #B66C61. Grayscale: #7E7E7E. Windows color (decimal): -11955298 or 10392393. OLE color: 10392393.
HSL color Cylindrical-coordinate representation of color #49939E: hue angle of 187.76º 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 #49939E is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 147 | 158 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.38 |
| HSL | 187.76º | 0.37% | 0.45% | - |
| HSV(B) | 187.76º | 0.54% | 0.62% | - |
| XYZ | 19.35 | 24.75 | 36.11 | - |
| YUV | 126.13 | 145.98 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 158 | 0.54 | 0.07 | 0 | 0.38 | 187.76 | 0.37 | 0.45 |
| Hex | 49 | 93 | 9E | 36 | 7 | 0 | 26 | BC | 25 | 2D |
| Octal | 111 | 223 | 236 | 66 | 7 | 0 | 46 | 274 | 45 | 55 |
| Binary | 1001001 | 10010011 | 10011110 | 110110 | 111 | 0 | 100110 | 10111100 | 100101 | 101101 |
Color Harmonies of #49939E
Complementary color
Monochromatic Colors of #49939E
Black with #49939E
Text Example
Text Example
White with #49939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49939E; }
p { color: rgb(73,147,158); }
H1.HeaderClassName
{
color: #49939E;
}
.AnyTagClassName
{
color: #49939E;
}
</style>
background-color css
<style>
a { background-color: #49939E; }
a { background-color: rgb(73,147,158); }
div.DivClassName
{
background-color: #49939E;
}
.BgClassName
{
background-color: #49939E;
}
</style>
border-color css
<style>
span { border-color: #49939E; }
span { border-color: rgb(73,147,158); }
td.TdClassName
{
border-color: #49939E;
}
.TagClassName
{
border-color: #49939E;
}
</style>