Shades of Hippie Blue #497FA0
Tints of Hippie Blue #497FA0
RGB
CMYK
RGB Variations
Color information
#497FA0 (or 0x497FA0) is known color: Hippie Blue. HEX triplet: 49, 7F and A0. RGB value is (73,127,160). Sum of RGB (Red+Green+Blue) = 73+127+160=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 160 - color contains mainly: blue. Hex color #497FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FA0 is #B6805F. Grayscale: #727272. Windows color (decimal): -11960416 or 10518345. OLE color: 10518345.
HSL color Cylindrical-coordinate representation of color #497FA0: hue angle of 202.76º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #497FA0 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 127 | 160 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.37 |
| HSL | 202.76º | 0.37% | 0.46% | - |
| HSV(B) | 202.76º | 0.54% | 0.63% | - |
| XYZ | 16.68 | 19.13 | 36.07 | - |
| YUV | 114.62 | 153.61 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 160 | 0.54 | 0.21 | 0 | 0.37 | 202.76 | 0.37 | 0.46 |
| Hex | 49 | 7F | A0 | 36 | 15 | 0 | 25 | CB | 25 | 2E |
| Octal | 111 | 177 | 240 | 66 | 25 | 0 | 45 | 313 | 45 | 56 |
| Binary | 1001001 | 1111111 | 10100000 | 110110 | 10101 | 0 | 100101 | 11001011 | 100101 | 101110 |
Color Harmonies of #497FA0
Complementary color
Monochromatic Colors of #497FA0
Black with #497FA0
Text Example
Text Example
White with #497FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497FA0; }
p { color: rgb(73,127,160); }
H1.HeaderClassName
{
color: #497FA0;
}
.AnyTagClassName
{
color: #497FA0;
}
</style>
background-color css
<style>
a { background-color: #497FA0; }
a { background-color: rgb(73,127,160); }
div.DivClassName
{
background-color: #497FA0;
}
.BgClassName
{
background-color: #497FA0;
}
</style>
border-color css
<style>
span { border-color: #497FA0; }
span { border-color: rgb(73,127,160); }
td.TdClassName
{
border-color: #497FA0;
}
.TagClassName
{
border-color: #497FA0;
}
</style>