Shades of Hippie Blue #488C9D
Tints of Hippie Blue #488C9D
RGB
CMYK
RGB Variations
Color information
#488C9D (or 0x488C9D) is known color: Hippie Blue. HEX triplet: 48, 8C and 9D. RGB value is (72,140,157). Sum of RGB (Red+Green+Blue) = 72+140+157=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #488C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488C9D is #B77362. Grayscale: #797979. Windows color (decimal): -12022627 or 10325064. OLE color: 10325064.
HSL color Cylindrical-coordinate representation of color #488C9D: hue angle of 192º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #488C9D is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 140 | 157 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.38 |
| HSL | 192º | 0.37% | 0.45% | - |
| HSV(B) | 192º | 0.54% | 0.62% | - |
| XYZ | 18.14 | 22.57 | 35.3 | - |
| YUV | 121.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 157 | 0.54 | 0.11 | 0 | 0.38 | 192 | 0.37 | 0.45 |
| Hex | 48 | 8C | 9D | 36 | B | 0 | 26 | C0 | 25 | 2D |
| Octal | 110 | 214 | 235 | 66 | 13 | 0 | 46 | 300 | 45 | 55 |
| Binary | 1001000 | 10001100 | 10011101 | 110110 | 1011 | 0 | 100110 | 11000000 | 100101 | 101101 |
Color Harmonies of #488C9D
Complementary color
Monochromatic Colors of #488C9D
Black with #488C9D
Text Example
Text Example
White with #488C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C9D; }
p { color: rgb(72,140,157); }
H1.HeaderClassName
{
color: #488C9D;
}
.AnyTagClassName
{
color: #488C9D;
}
</style>
background-color css
<style>
a { background-color: #488C9D; }
a { background-color: rgb(72,140,157); }
div.DivClassName
{
background-color: #488C9D;
}
.BgClassName
{
background-color: #488C9D;
}
</style>
border-color css
<style>
span { border-color: #488C9D; }
span { border-color: rgb(72,140,157); }
td.TdClassName
{
border-color: #488C9D;
}
.TagClassName
{
border-color: #488C9D;
}
</style>