Shades of Hippie Blue #4995A0
Tints of Hippie Blue #4995A0
RGB
CMYK
RGB Variations
Color information
#4995A0 (or 0x4995A0) is known color: Hippie Blue. HEX triplet: 49, 95 and A0. RGB value is (73,149,160). Sum of RGB (Red+Green+Blue) = 73+149+160=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 160 - color contains mainly: blue. Hex color #4995A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4995A0 is #B66A5F. Grayscale: #7F7F7F. Windows color (decimal): -11954784 or 10523977. OLE color: 10523977.
HSL color Cylindrical-coordinate representation of color #4995A0: hue angle of 187.59º 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 #4995A0 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 149 | 160 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.37 |
| HSL | 187.59º | 0.37% | 0.46% | - |
| HSV(B) | 187.59º | 0.54% | 0.63% | - |
| XYZ | 19.84 | 25.45 | 37.12 | - |
| YUV | 127.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 160 | 0.54 | 0.07 | 0 | 0.37 | 187.59 | 0.37 | 0.46 |
| Hex | 49 | 95 | A0 | 36 | 7 | 0 | 25 | BC | 25 | 2E |
| Octal | 111 | 225 | 240 | 66 | 7 | 0 | 45 | 274 | 45 | 56 |
| Binary | 1001001 | 10010101 | 10100000 | 110110 | 111 | 0 | 100101 | 10111100 | 100101 | 101110 |
Color Harmonies of #4995A0
Complementary color
Monochromatic Colors of #4995A0
Black with #4995A0
Text Example
Text Example
White with #4995A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4995A0; }
p { color: rgb(73,149,160); }
H1.HeaderClassName
{
color: #4995A0;
}
.AnyTagClassName
{
color: #4995A0;
}
</style>
background-color css
<style>
a { background-color: #4995A0; }
a { background-color: rgb(73,149,160); }
div.DivClassName
{
background-color: #4995A0;
}
.BgClassName
{
background-color: #4995A0;
}
</style>
border-color css
<style>
span { border-color: #4995A0; }
span { border-color: rgb(73,149,160); }
td.TdClassName
{
border-color: #4995A0;
}
.TagClassName
{
border-color: #4995A0;
}
</style>