Shades of Hippie Blue #497D9F
Tints of Hippie Blue #497D9F
RGB
CMYK
RGB Variations
Color information
#497D9F (or 0x497D9F) is known color: Hippie Blue. HEX triplet: 49, 7D and 9F. RGB value is (73,125,159). Sum of RGB (Red+Green+Blue) = 73+125+159=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #497D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D9F is #B68260. Grayscale: #717171. Windows color (decimal): -11960929 or 10452297. OLE color: 10452297.
HSL color Cylindrical-coordinate representation of color #497D9F: hue angle of 203.72º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #497D9F is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 125 | 159 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.38 |
| HSL | 203.72º | 0.37% | 0.45% | - |
| HSV(B) | 203.72º | 0.54% | 0.62% | - |
| XYZ | 16.34 | 18.59 | 35.53 | - |
| YUV | 113.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 159 | 0.54 | 0.21 | 0 | 0.38 | 203.72 | 0.37 | 0.45 |
| Hex | 49 | 7D | 9F | 36 | 15 | 0 | 26 | CC | 25 | 2D |
| Octal | 111 | 175 | 237 | 66 | 25 | 0 | 46 | 314 | 45 | 55 |
| Binary | 1001001 | 1111101 | 10011111 | 110110 | 10101 | 0 | 100110 | 11001100 | 100101 | 101101 |
Color Harmonies of #497D9F
Complementary color
Monochromatic Colors of #497D9F
Black with #497D9F
Text Example
Text Example
White with #497D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497D9F; }
p { color: rgb(73,125,159); }
H1.HeaderClassName
{
color: #497D9F;
}
.AnyTagClassName
{
color: #497D9F;
}
</style>
background-color css
<style>
a { background-color: #497D9F; }
a { background-color: rgb(73,125,159); }
div.DivClassName
{
background-color: #497D9F;
}
.BgClassName
{
background-color: #497D9F;
}
</style>
border-color css
<style>
span { border-color: #497D9F; }
span { border-color: rgb(73,125,159); }
td.TdClassName
{
border-color: #497D9F;
}
.TagClassName
{
border-color: #497D9F;
}
</style>