Shades of Hippie Blue #499098
Tints of Hippie Blue #499098
RGB
CMYK
RGB Variations
Color information
#499098 (or 0x499098) is known color: Hippie Blue. HEX triplet: 49, 90 and 98. RGB value is (73,144,152). Sum of RGB (Red+Green+Blue) = 73+144+152=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #499098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499098 is #B66F67. Grayscale: #7B7B7B. Windows color (decimal): -11956072 or 9998409. OLE color: 9998409.
HSL color Cylindrical-coordinate representation of color #499098: hue angle of 186.08º 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 #499098 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 144 | 152 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.40 |
| HSL | 186.08º | 0.35% | 0.44% | - |
| HSV(B) | 186.08º | 0.52% | 0.6% | - |
| XYZ | 18.39 | 23.63 | 33.3 | - |
| YUV | 123.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 152 | 0.52 | 0.05 | 0 | 0.40 | 186.08 | 0.35 | 0.44 |
| Hex | 49 | 90 | 98 | 34 | 5 | 0 | 28 | BA | 23 | 2C |
| Octal | 111 | 220 | 230 | 64 | 5 | 0 | 50 | 272 | 43 | 54 |
| Binary | 1001001 | 10010000 | 10011000 | 110100 | 101 | 0 | 101000 | 10111010 | 100011 | 101100 |
Color Harmonies of #499098
Complementary color
Monochromatic Colors of #499098
Black with #499098
Text Example
Text Example
White with #499098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499098; }
p { color: rgb(73,144,152); }
H1.HeaderClassName
{
color: #499098;
}
.AnyTagClassName
{
color: #499098;
}
</style>
background-color css
<style>
a { background-color: #499098; }
a { background-color: rgb(73,144,152); }
div.DivClassName
{
background-color: #499098;
}
.BgClassName
{
background-color: #499098;
}
</style>
border-color css
<style>
span { border-color: #499098; }
span { border-color: rgb(73,144,152); }
td.TdClassName
{
border-color: #499098;
}
.TagClassName
{
border-color: #499098;
}
</style>