Shades of Hippie Blue #499099
Tints of Hippie Blue #499099
RGB
CMYK
RGB Variations
Color information
#499099 (or 0x499099) is known color: Hippie Blue. HEX triplet: 49, 90 and 99. RGB value is (73,144,153). Sum of RGB (Red+Green+Blue) = 73+144+153=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #499099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499099 is #B66F66. Grayscale: #7B7B7B. Windows color (decimal): -11956071 or 10063945. OLE color: 10063945.
HSL color Cylindrical-coordinate representation of color #499099: hue angle of 186.75º 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 #499099 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 144 | 153 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.4 |
| HSL | 186.75º | 0.35% | 0.44% | - |
| HSV(B) | 186.75º | 0.52% | 0.6% | - |
| XYZ | 18.47 | 23.66 | 33.73 | - |
| YUV | 123.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 153 | 0.52 | 0.06 | 0 | 0.4 | 186.75 | 0.35 | 0.44 |
| Hex | 49 | 90 | 99 | 34 | 6 | 0 | 28 | BB | 23 | 2C |
| Octal | 111 | 220 | 231 | 64 | 6 | 0 | 50 | 273 | 43 | 54 |
| Binary | 1001001 | 10010000 | 10011001 | 110100 | 110 | 0 | 101000 | 10111011 | 100011 | 101100 |
Color Harmonies of #499099
Complementary color
Monochromatic Colors of #499099
Black with #499099
Text Example
Text Example
White with #499099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499099; }
p { color: rgb(73,144,153); }
H1.HeaderClassName
{
color: #499099;
}
.AnyTagClassName
{
color: #499099;
}
</style>
background-color css
<style>
a { background-color: #499099; }
a { background-color: rgb(73,144,153); }
div.DivClassName
{
background-color: #499099;
}
.BgClassName
{
background-color: #499099;
}
</style>
border-color css
<style>
span { border-color: #499099; }
span { border-color: rgb(73,144,153); }
td.TdClassName
{
border-color: #499099;
}
.TagClassName
{
border-color: #499099;
}
</style>