Shades of Hippie Blue #498799
Tints of Hippie Blue #498799
RGB
CMYK
RGB Variations
Color information
#498799 (or 0x498799) is known color: Hippie Blue. HEX triplet: 49, 87 and 99. RGB value is (73,135,153). Sum of RGB (Red+Green+Blue) = 73+135+153=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #498799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498799 is #B67866. Grayscale: #767676. Windows color (decimal): -11958375 or 10061641. OLE color: 10061641.
HSL color Cylindrical-coordinate representation of color #498799: hue angle of 193.5º 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 #498799 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 135 | 153 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.4 |
| HSL | 193.5º | 0.35% | 0.44% | - |
| HSV(B) | 193.5º | 0.52% | 0.6% | - |
| XYZ | 17.16 | 21.04 | 33.29 | - |
| YUV | 118.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 153 | 0.52 | 0.12 | 0 | 0.4 | 193.5 | 0.35 | 0.44 |
| Hex | 49 | 87 | 99 | 34 | C | 0 | 28 | C2 | 23 | 2C |
| Octal | 111 | 207 | 231 | 64 | 14 | 0 | 50 | 302 | 43 | 54 |
| Binary | 1001001 | 10000111 | 10011001 | 110100 | 1100 | 0 | 101000 | 11000010 | 100011 | 101100 |
Color Harmonies of #498799
Complementary color
Monochromatic Colors of #498799
Black with #498799
Text Example
Text Example
White with #498799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498799; }
p { color: rgb(73,135,153); }
H1.HeaderClassName
{
color: #498799;
}
.AnyTagClassName
{
color: #498799;
}
</style>
background-color css
<style>
a { background-color: #498799; }
a { background-color: rgb(73,135,153); }
div.DivClassName
{
background-color: #498799;
}
.BgClassName
{
background-color: #498799;
}
</style>
border-color css
<style>
span { border-color: #498799; }
span { border-color: rgb(73,135,153); }
td.TdClassName
{
border-color: #498799;
}
.TagClassName
{
border-color: #498799;
}
</style>