Shades of Hippie Blue #49969F
Tints of Hippie Blue #49969F
RGB
CMYK
RGB Variations
Color information
#49969F (or 0x49969F) is known color: Hippie Blue. HEX triplet: 49, 96 and 9F. RGB value is (73,150,159). Sum of RGB (Red+Green+Blue) = 73+150+159=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #49969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49969F is #B66960. Grayscale: #7F7F7F. Windows color (decimal): -11954529 or 10458697. OLE color: 10458697.
HSL color Cylindrical-coordinate representation of color #49969F: hue angle of 186.28º 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 #49969F is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 150 | 159 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.38 |
| HSL | 186.28º | 0.37% | 0.45% | - |
| HSV(B) | 186.28º | 0.54% | 0.62% | - |
| XYZ | 19.91 | 25.73 | 36.72 | - |
| YUV | 128 | 145.49 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 159 | 0.54 | 0.06 | 0 | 0.38 | 186.28 | 0.37 | 0.45 |
| Hex | 49 | 96 | 9F | 36 | 6 | 0 | 26 | BA | 25 | 2D |
| Octal | 111 | 226 | 237 | 66 | 6 | 0 | 46 | 272 | 45 | 55 |
| Binary | 1001001 | 10010110 | 10011111 | 110110 | 110 | 0 | 100110 | 10111010 | 100101 | 101101 |
Color Harmonies of #49969F
Complementary color
Monochromatic Colors of #49969F
Black with #49969F
Text Example
Text Example
White with #49969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49969F; }
p { color: rgb(73,150,159); }
H1.HeaderClassName
{
color: #49969F;
}
.AnyTagClassName
{
color: #49969F;
}
</style>
background-color css
<style>
a { background-color: #49969F; }
a { background-color: rgb(73,150,159); }
div.DivClassName
{
background-color: #49969F;
}
.BgClassName
{
background-color: #49969F;
}
</style>
border-color css
<style>
span { border-color: #49969F; }
span { border-color: rgb(73,150,159); }
td.TdClassName
{
border-color: #49969F;
}
.TagClassName
{
border-color: #49969F;
}
</style>