Shades of Hippie Blue #488CA1
Tints of Hippie Blue #488CA1
RGB
CMYK
RGB Variations
Color information
#488CA1 (or 0x488CA1) is known color: Hippie Blue. HEX triplet: 48, 8C and A1. RGB value is (72,140,161). Sum of RGB (Red+Green+Blue) = 72+140+161=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 161 - color contains mainly: blue. Hex color #488CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488CA1 is #B7735E. Grayscale: #797979. Windows color (decimal): -12022623 or 10587208. OLE color: 10587208.
HSL color Cylindrical-coordinate representation of color #488CA1: hue angle of 194.16º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #488CA1 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 140 | 161 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.37 |
| HSL | 194.16º | 0.38% | 0.46% | - |
| HSV(B) | 194.16º | 0.55% | 0.63% | - |
| XYZ | 18.48 | 22.71 | 37.13 | - |
| YUV | 122.06 | 149.97 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 161 | 0.55 | 0.13 | 0 | 0.37 | 194.16 | 0.38 | 0.46 |
| Hex | 48 | 8C | A1 | 37 | D | 0 | 25 | C2 | 26 | 2E |
| Octal | 110 | 214 | 241 | 67 | 15 | 0 | 45 | 302 | 46 | 56 |
| Binary | 1001000 | 10001100 | 10100001 | 110111 | 1101 | 0 | 100101 | 11000010 | 100110 | 101110 |
Color Harmonies of #488CA1
Complementary color
Monochromatic Colors of #488CA1
Black with #488CA1
Text Example
Text Example
White with #488CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CA1; }
p { color: rgb(72,140,161); }
H1.HeaderClassName
{
color: #488CA1;
}
.AnyTagClassName
{
color: #488CA1;
}
</style>
background-color css
<style>
a { background-color: #488CA1; }
a { background-color: rgb(72,140,161); }
div.DivClassName
{
background-color: #488CA1;
}
.BgClassName
{
background-color: #488CA1;
}
</style>
border-color css
<style>
span { border-color: #488CA1; }
span { border-color: rgb(72,140,161); }
td.TdClassName
{
border-color: #488CA1;
}
.TagClassName
{
border-color: #488CA1;
}
</style>