Shades of Hippie Blue #498899
Tints of Hippie Blue #498899
RGB
CMYK
RGB Variations
Color information
#498899 (or 0x498899) is known color: Hippie Blue. HEX triplet: 49, 88 and 99. RGB value is (73,136,153). Sum of RGB (Red+Green+Blue) = 73+136+153=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #498899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498899 is #B67766. Grayscale: #767676. Windows color (decimal): -11958119 or 10061897. OLE color: 10061897.
HSL color Cylindrical-coordinate representation of color #498899: hue angle of 192.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 #498899 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 136 | 153 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.4 |
| HSL | 192.75º | 0.35% | 0.44% | - |
| HSV(B) | 192.75º | 0.52% | 0.6% | - |
| XYZ | 17.3 | 21.32 | 33.34 | - |
| YUV | 119.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 153 | 0.52 | 0.11 | 0 | 0.4 | 192.75 | 0.35 | 0.44 |
| Hex | 49 | 88 | 99 | 34 | B | 0 | 28 | C1 | 23 | 2C |
| Octal | 111 | 210 | 231 | 64 | 13 | 0 | 50 | 301 | 43 | 54 |
| Binary | 1001001 | 10001000 | 10011001 | 110100 | 1011 | 0 | 101000 | 11000001 | 100011 | 101100 |
Color Harmonies of #498899
Complementary color
Monochromatic Colors of #498899
Black with #498899
Text Example
Text Example
White with #498899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498899; }
p { color: rgb(73,136,153); }
H1.HeaderClassName
{
color: #498899;
}
.AnyTagClassName
{
color: #498899;
}
</style>
background-color css
<style>
a { background-color: #498899; }
a { background-color: rgb(73,136,153); }
div.DivClassName
{
background-color: #498899;
}
.BgClassName
{
background-color: #498899;
}
</style>
border-color css
<style>
span { border-color: #498899; }
span { border-color: rgb(73,136,153); }
td.TdClassName
{
border-color: #498899;
}
.TagClassName
{
border-color: #498899;
}
</style>