Shades of Hippie Blue #49869B
Tints of Hippie Blue #49869B
RGB
CMYK
RGB Variations
Color information
#49869B (or 0x49869B) is known color: Hippie Blue. HEX triplet: 49, 86 and 9B. RGB value is (73,134,155). Sum of RGB (Red+Green+Blue) = 73+134+155=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #49869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49869B is #B67964. Grayscale: #767676. Windows color (decimal): -11958629 or 10192457. OLE color: 10192457.
HSL color Cylindrical-coordinate representation of color #49869B: hue angle of 195.37º 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 #49869B is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 134 | 155 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.39 |
| HSL | 195.37º | 0.36% | 0.45% | - |
| HSV(B) | 195.37º | 0.53% | 0.61% | - |
| XYZ | 17.19 | 20.83 | 34.13 | - |
| YUV | 118.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 155 | 0.53 | 0.14 | 0 | 0.39 | 195.37 | 0.36 | 0.45 |
| Hex | 49 | 86 | 9B | 35 | E | 0 | 27 | C3 | 24 | 2D |
| Octal | 111 | 206 | 233 | 65 | 16 | 0 | 47 | 303 | 44 | 55 |
| Binary | 1001001 | 10000110 | 10011011 | 110101 | 1110 | 0 | 100111 | 11000011 | 100100 | 101101 |
Color Harmonies of #49869B
Complementary color
Monochromatic Colors of #49869B
Black with #49869B
Text Example
Text Example
White with #49869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49869B; }
p { color: rgb(73,134,155); }
H1.HeaderClassName
{
color: #49869B;
}
.AnyTagClassName
{
color: #49869B;
}
</style>
background-color css
<style>
a { background-color: #49869B; }
a { background-color: rgb(73,134,155); }
div.DivClassName
{
background-color: #49869B;
}
.BgClassName
{
background-color: #49869B;
}
</style>
border-color css
<style>
span { border-color: #49869B; }
span { border-color: rgb(73,134,155); }
td.TdClassName
{
border-color: #49869B;
}
.TagClassName
{
border-color: #49869B;
}
</style>