Shades of Hippie Blue #49839D
Tints of Hippie Blue #49839D
RGB
CMYK
RGB Variations
Color information
#49839D (or 0x49839D) is known color: Hippie Blue. HEX triplet: 49, 83 and 9D. RGB value is (73,131,157). Sum of RGB (Red+Green+Blue) = 73+131+157=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #49839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49839D is #B67C62. Grayscale: #747474. Windows color (decimal): -11959395 or 10322761. OLE color: 10322761.
HSL color Cylindrical-coordinate representation of color #49839D: hue angle of 198.57º 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 #49839D is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 131 | 157 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.38 |
| HSL | 198.57º | 0.37% | 0.45% | - |
| HSV(B) | 198.57º | 0.54% | 0.62% | - |
| XYZ | 16.95 | 20.08 | 34.88 | - |
| YUV | 116.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 157 | 0.54 | 0.17 | 0 | 0.38 | 198.57 | 0.37 | 0.45 |
| Hex | 49 | 83 | 9D | 36 | 11 | 0 | 26 | C7 | 25 | 2D |
| Octal | 111 | 203 | 235 | 66 | 21 | 0 | 46 | 307 | 45 | 55 |
| Binary | 1001001 | 10000011 | 10011101 | 110110 | 10001 | 0 | 100110 | 11000111 | 100101 | 101101 |
Color Harmonies of #49839D
Complementary color
Monochromatic Colors of #49839D
Black with #49839D
Text Example
Text Example
White with #49839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49839D; }
p { color: rgb(73,131,157); }
H1.HeaderClassName
{
color: #49839D;
}
.AnyTagClassName
{
color: #49839D;
}
</style>
background-color css
<style>
a { background-color: #49839D; }
a { background-color: rgb(73,131,157); }
div.DivClassName
{
background-color: #49839D;
}
.BgClassName
{
background-color: #49839D;
}
</style>
border-color css
<style>
span { border-color: #49839D; }
span { border-color: rgb(73,131,157); }
td.TdClassName
{
border-color: #49839D;
}
.TagClassName
{
border-color: #49839D;
}
</style>