Shades of Hippie Blue #4891A0
Tints of Hippie Blue #4891A0
RGB
CMYK
RGB Variations
Color information
#4891A0 (or 0x4891A0) is known color: Hippie Blue. HEX triplet: 48, 91 and A0. RGB value is (72,145,160). Sum of RGB (Red+Green+Blue) = 72+145+160=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 160 - color contains mainly: blue. Hex color #4891A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4891A0 is #B76E5F. Grayscale: #7C7C7C. Windows color (decimal): -12021344 or 10522952. OLE color: 10522952.
HSL color Cylindrical-coordinate representation of color #4891A0: hue angle of 190.23º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4891A0 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 145 | 160 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.37 |
| HSL | 190.23º | 0.38% | 0.45% | - |
| HSV(B) | 190.23º | 0.55% | 0.63% | - |
| XYZ | 19.14 | 24.17 | 36.91 | - |
| YUV | 124.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 160 | 0.55 | 0.09 | 0 | 0.37 | 190.23 | 0.38 | 0.45 |
| Hex | 48 | 91 | A0 | 37 | 9 | 0 | 25 | BE | 26 | 2D |
| Octal | 110 | 221 | 240 | 67 | 11 | 0 | 45 | 276 | 46 | 55 |
| Binary | 1001000 | 10010001 | 10100000 | 110111 | 1001 | 0 | 100101 | 10111110 | 100110 | 101101 |
Color Harmonies of #4891A0
Complementary color
Monochromatic Colors of #4891A0
Black with #4891A0
Text Example
Text Example
White with #4891A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4891A0; }
p { color: rgb(72,145,160); }
H1.HeaderClassName
{
color: #4891A0;
}
.AnyTagClassName
{
color: #4891A0;
}
</style>
background-color css
<style>
a { background-color: #4891A0; }
a { background-color: rgb(72,145,160); }
div.DivClassName
{
background-color: #4891A0;
}
.BgClassName
{
background-color: #4891A0;
}
</style>
border-color css
<style>
span { border-color: #4891A0; }
span { border-color: rgb(72,145,160); }
td.TdClassName
{
border-color: #4891A0;
}
.TagClassName
{
border-color: #4891A0;
}
</style>