Shades of Hippie Blue #488F9B
Tints of Hippie Blue #488F9B
RGB
CMYK
RGB Variations
Color information
#488F9B (or 0x488F9B) is known color: Hippie Blue. HEX triplet: 48, 8F and 9B. RGB value is (72,143,155). Sum of RGB (Red+Green+Blue) = 72+143+155=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #488F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488F9B is #B77064. Grayscale: #7B7B7B. Windows color (decimal): -12021861 or 10194760. OLE color: 10194760.
HSL color Cylindrical-coordinate representation of color #488F9B: hue angle of 188.67º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #488F9B is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 143 | 155 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.39 |
| HSL | 188.67º | 0.37% | 0.45% | - |
| HSV(B) | 188.67º | 0.54% | 0.61% | - |
| XYZ | 18.41 | 23.39 | 34.55 | - |
| YUV | 123.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 155 | 0.54 | 0.08 | 0 | 0.39 | 188.67 | 0.37 | 0.45 |
| Hex | 48 | 8F | 9B | 36 | 8 | 0 | 27 | BD | 25 | 2D |
| Octal | 110 | 217 | 233 | 66 | 10 | 0 | 47 | 275 | 45 | 55 |
| Binary | 1001000 | 10001111 | 10011011 | 110110 | 1000 | 0 | 100111 | 10111101 | 100101 | 101101 |
Color Harmonies of #488F9B
Complementary color
Monochromatic Colors of #488F9B
Black with #488F9B
Text Example
Text Example
White with #488F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F9B; }
p { color: rgb(72,143,155); }
H1.HeaderClassName
{
color: #488F9B;
}
.AnyTagClassName
{
color: #488F9B;
}
</style>
background-color css
<style>
a { background-color: #488F9B; }
a { background-color: rgb(72,143,155); }
div.DivClassName
{
background-color: #488F9B;
}
.BgClassName
{
background-color: #488F9B;
}
</style>
border-color css
<style>
span { border-color: #488F9B; }
span { border-color: rgb(72,143,155); }
td.TdClassName
{
border-color: #488F9B;
}
.TagClassName
{
border-color: #488F9B;
}
</style>