Shades of Hippie Blue #49859C
Tints of Hippie Blue #49859C
RGB
CMYK
RGB Variations
Color information
#49859C (or 0x49859C) is known color: Hippie Blue. HEX triplet: 49, 85 and 9C. RGB value is (73,133,156). Sum of RGB (Red+Green+Blue) = 73+133+156=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #49859C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49859C is #B67A63. Grayscale: #757575. Windows color (decimal): -11958884 or 10257737. OLE color: 10257737.
HSL color Cylindrical-coordinate representation of color #49859C: hue angle of 196.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49859C is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 133 | 156 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.39 |
| HSL | 196.63º | 0.36% | 0.45% | - |
| HSV(B) | 196.63º | 0.53% | 0.61% | - |
| XYZ | 17.14 | 20.59 | 34.52 | - |
| YUV | 117.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 156 | 0.53 | 0.15 | 0 | 0.39 | 196.63 | 0.36 | 0.45 |
| Hex | 49 | 85 | 9C | 35 | F | 0 | 27 | C5 | 24 | 2D |
| Octal | 111 | 205 | 234 | 65 | 17 | 0 | 47 | 305 | 44 | 55 |
| Binary | 1001001 | 10000101 | 10011100 | 110101 | 1111 | 0 | 100111 | 11000101 | 100100 | 101101 |
Color Harmonies of #49859C
Complementary color
Monochromatic Colors of #49859C
Black with #49859C
Text Example
Text Example
White with #49859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49859C; }
p { color: rgb(73,133,156); }
H1.HeaderClassName
{
color: #49859C;
}
.AnyTagClassName
{
color: #49859C;
}
</style>
background-color css
<style>
a { background-color: #49859C; }
a { background-color: rgb(73,133,156); }
div.DivClassName
{
background-color: #49859C;
}
.BgClassName
{
background-color: #49859C;
}
</style>
border-color css
<style>
span { border-color: #49859C; }
span { border-color: rgb(73,133,156); }
td.TdClassName
{
border-color: #49859C;
}
.TagClassName
{
border-color: #49859C;
}
</style>