Shades of Hippie Blue #49889A
Tints of Hippie Blue #49889A
RGB
CMYK
RGB Variations
Color information
#49889A (or 0x49889A) is known color: Hippie Blue. HEX triplet: 49, 88 and 9A. RGB value is (73,136,154). Sum of RGB (Red+Green+Blue) = 73+136+154=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #49889A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49889A is #B67765. Grayscale: #777777. Windows color (decimal): -11958118 or 10127433. OLE color: 10127433.
HSL color Cylindrical-coordinate representation of color #49889A: hue angle of 193.33º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49889A is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 136 | 154 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.40 |
| HSL | 193.33º | 0.36% | 0.45% | - |
| HSV(B) | 193.33º | 0.53% | 0.6% | - |
| XYZ | 17.38 | 21.36 | 33.78 | - |
| YUV | 119.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 154 | 0.53 | 0.12 | 0 | 0.40 | 193.33 | 0.36 | 0.45 |
| Hex | 49 | 88 | 9A | 35 | C | 0 | 28 | C1 | 24 | 2D |
| Octal | 111 | 210 | 232 | 65 | 14 | 0 | 50 | 301 | 44 | 55 |
| Binary | 1001001 | 10001000 | 10011010 | 110101 | 1100 | 0 | 101000 | 11000001 | 100100 | 101101 |
Color Harmonies of #49889A
Complementary color
Monochromatic Colors of #49889A
Black with #49889A
Text Example
Text Example
White with #49889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49889A; }
p { color: rgb(73,136,154); }
H1.HeaderClassName
{
color: #49889A;
}
.AnyTagClassName
{
color: #49889A;
}
</style>
background-color css
<style>
a { background-color: #49889A; }
a { background-color: rgb(73,136,154); }
div.DivClassName
{
background-color: #49889A;
}
.BgClassName
{
background-color: #49889A;
}
</style>
border-color css
<style>
span { border-color: #49889A; }
span { border-color: rgb(73,136,154); }
td.TdClassName
{
border-color: #49889A;
}
.TagClassName
{
border-color: #49889A;
}
</style>