Shades of Hippie Blue #498199
Tints of Hippie Blue #498199
RGB
CMYK
RGB Variations
Color information
#498199 (or 0x498199) is known color: Hippie Blue. HEX triplet: 49, 81 and 99. RGB value is (73,129,153). Sum of RGB (Red+Green+Blue) = 73+129+153=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #498199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498199 is #B67E66. Grayscale: #727272. Windows color (decimal): -11959911 or 10060105. OLE color: 10060105.
HSL color Cylindrical-coordinate representation of color #498199: hue angle of 198º 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 #498199 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 129 | 153 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.4 |
| HSL | 198º | 0.35% | 0.44% | - |
| HSV(B) | 198º | 0.52% | 0.6% | - |
| XYZ | 16.35 | 19.42 | 33.02 | - |
| YUV | 114.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 153 | 0.52 | 0.16 | 0 | 0.4 | 198 | 0.35 | 0.44 |
| Hex | 49 | 81 | 99 | 34 | 10 | 0 | 28 | C6 | 23 | 2C |
| Octal | 111 | 201 | 231 | 64 | 20 | 0 | 50 | 306 | 43 | 54 |
| Binary | 1001001 | 10000001 | 10011001 | 110100 | 10000 | 0 | 101000 | 11000110 | 100011 | 101100 |
Color Harmonies of #498199
Complementary color
Monochromatic Colors of #498199
Black with #498199
Text Example
Text Example
White with #498199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498199; }
p { color: rgb(73,129,153); }
H1.HeaderClassName
{
color: #498199;
}
.AnyTagClassName
{
color: #498199;
}
</style>
background-color css
<style>
a { background-color: #498199; }
a { background-color: rgb(73,129,153); }
div.DivClassName
{
background-color: #498199;
}
.BgClassName
{
background-color: #498199;
}
</style>
border-color css
<style>
span { border-color: #498199; }
span { border-color: rgb(73,129,153); }
td.TdClassName
{
border-color: #498199;
}
.TagClassName
{
border-color: #498199;
}
</style>