Shades of Hippie Blue #488C9A
Tints of Hippie Blue #488C9A
RGB
CMYK
RGB Variations
Color information
#488C9A (or 0x488C9A) is known color: Hippie Blue. HEX triplet: 48, 8C and 9A. RGB value is (72,140,154). Sum of RGB (Red+Green+Blue) = 72+140+154=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #488C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488C9A is #B77365. Grayscale: #797979. Windows color (decimal): -12022630 or 10128456. OLE color: 10128456.
HSL color Cylindrical-coordinate representation of color #488C9A: hue angle of 190.24º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #488C9A is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 140 | 154 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.40 |
| HSL | 190.24º | 0.36% | 0.44% | - |
| HSV(B) | 190.24º | 0.53% | 0.6% | - |
| XYZ | 17.88 | 22.47 | 33.97 | - |
| YUV | 121.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 154 | 0.53 | 0.09 | 0 | 0.40 | 190.24 | 0.36 | 0.44 |
| Hex | 48 | 8C | 9A | 35 | 9 | 0 | 28 | BE | 24 | 2C |
| Octal | 110 | 214 | 232 | 65 | 11 | 0 | 50 | 276 | 44 | 54 |
| Binary | 1001000 | 10001100 | 10011010 | 110101 | 1001 | 0 | 101000 | 10111110 | 100100 | 101100 |
Color Harmonies of #488C9A
Complementary color
Monochromatic Colors of #488C9A
Black with #488C9A
Text Example
Text Example
White with #488C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C9A; }
p { color: rgb(72,140,154); }
H1.HeaderClassName
{
color: #488C9A;
}
.AnyTagClassName
{
color: #488C9A;
}
</style>
background-color css
<style>
a { background-color: #488C9A; }
a { background-color: rgb(72,140,154); }
div.DivClassName
{
background-color: #488C9A;
}
.BgClassName
{
background-color: #488C9A;
}
</style>
border-color css
<style>
span { border-color: #488C9A; }
span { border-color: rgb(72,140,154); }
td.TdClassName
{
border-color: #488C9A;
}
.TagClassName
{
border-color: #488C9A;
}
</style>