Shades of Hippie Blue #497F99
Tints of Hippie Blue #497F99
RGB
CMYK
RGB Variations
Color information
#497F99 (or 0x497F99) is known color: Hippie Blue. HEX triplet: 49, 7F and 99. RGB value is (73,127,153). Sum of RGB (Red+Green+Blue) = 73+127+153=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #497F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497F99 is #B68066. Grayscale: #717171. Windows color (decimal): -11960423 or 10059593. OLE color: 10059593.
HSL color Cylindrical-coordinate representation of color #497F99: hue angle of 199.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 #497F99 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 127 | 153 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.4 |
| HSL | 199.5º | 0.35% | 0.44% | - |
| HSV(B) | 199.5º | 0.52% | 0.6% | - |
| XYZ | 16.09 | 18.9 | 32.94 | - |
| YUV | 113.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 153 | 0.52 | 0.17 | 0 | 0.4 | 199.5 | 0.35 | 0.44 |
| Hex | 49 | 7F | 99 | 34 | 11 | 0 | 28 | C8 | 23 | 2C |
| Octal | 111 | 177 | 231 | 64 | 21 | 0 | 50 | 310 | 43 | 54 |
| Binary | 1001001 | 1111111 | 10011001 | 110100 | 10001 | 0 | 101000 | 11001000 | 100011 | 101100 |
Color Harmonies of #497F99
Complementary color
Monochromatic Colors of #497F99
Black with #497F99
Text Example
Text Example
White with #497F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497F99; }
p { color: rgb(73,127,153); }
H1.HeaderClassName
{
color: #497F99;
}
.AnyTagClassName
{
color: #497F99;
}
</style>
background-color css
<style>
a { background-color: #497F99; }
a { background-color: rgb(73,127,153); }
div.DivClassName
{
background-color: #497F99;
}
.BgClassName
{
background-color: #497F99;
}
</style>
border-color css
<style>
span { border-color: #497F99; }
span { border-color: rgb(73,127,153); }
td.TdClassName
{
border-color: #497F99;
}
.TagClassName
{
border-color: #497F99;
}
</style>