Shades of Hippie Blue #499199
Tints of Hippie Blue #499199
RGB
CMYK
RGB Variations
Color information
#499199 (or 0x499199) is known color: Hippie Blue. HEX triplet: 49, 91 and 99. RGB value is (73,145,153). Sum of RGB (Red+Green+Blue) = 73+145+153=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #499199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499199 is #B66E66. Grayscale: #7C7C7C. Windows color (decimal): -11955815 or 10064201. OLE color: 10064201.
HSL color Cylindrical-coordinate representation of color #499199: hue angle of 186º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499199 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 145 | 153 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.4 |
| HSL | 186º | 0.35% | 0.44% | - |
| HSV(B) | 186º | 0.52% | 0.6% | - |
| XYZ | 18.62 | 23.97 | 33.78 | - |
| YUV | 124.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 153 | 0.52 | 0.05 | 0 | 0.4 | 186 | 0.35 | 0.44 |
| Hex | 49 | 91 | 99 | 34 | 5 | 0 | 28 | BA | 23 | 2C |
| Octal | 111 | 221 | 231 | 64 | 5 | 0 | 50 | 272 | 43 | 54 |
| Binary | 1001001 | 10010001 | 10011001 | 110100 | 101 | 0 | 101000 | 10111010 | 100011 | 101100 |
Color Harmonies of #499199
Complementary color
Monochromatic Colors of #499199
Black with #499199
Text Example
Text Example
White with #499199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499199; }
p { color: rgb(73,145,153); }
H1.HeaderClassName
{
color: #499199;
}
.AnyTagClassName
{
color: #499199;
}
</style>
background-color css
<style>
a { background-color: #499199; }
a { background-color: rgb(73,145,153); }
div.DivClassName
{
background-color: #499199;
}
.BgClassName
{
background-color: #499199;
}
</style>
border-color css
<style>
span { border-color: #499199; }
span { border-color: rgb(73,145,153); }
td.TdClassName
{
border-color: #499199;
}
.TagClassName
{
border-color: #499199;
}
</style>