Shades of Hippie Blue #488F9D
Tints of Hippie Blue #488F9D
RGB
CMYK
RGB Variations
Color information
#488F9D (or 0x488F9D) is known color: Hippie Blue. HEX triplet: 48, 8F and 9D. RGB value is (72,143,157). Sum of RGB (Red+Green+Blue) = 72+143+157=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #488F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488F9D is #B77062. Grayscale: #7B7B7B. Windows color (decimal): -12021859 or 10325832. OLE color: 10325832.
HSL color Cylindrical-coordinate representation of color #488F9D: hue angle of 189.88º 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 #488F9D is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 143 | 157 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.38 |
| HSL | 189.88º | 0.37% | 0.45% | - |
| HSV(B) | 189.88º | 0.54% | 0.62% | - |
| XYZ | 18.58 | 23.46 | 35.45 | - |
| YUV | 123.37 | 146.98 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 157 | 0.54 | 0.09 | 0 | 0.38 | 189.88 | 0.37 | 0.45 |
| Hex | 48 | 8F | 9D | 36 | 9 | 0 | 26 | BE | 25 | 2D |
| Octal | 110 | 217 | 235 | 66 | 11 | 0 | 46 | 276 | 45 | 55 |
| Binary | 1001000 | 10001111 | 10011101 | 110110 | 1001 | 0 | 100110 | 10111110 | 100101 | 101101 |
Color Harmonies of #488F9D
Complementary color
Monochromatic Colors of #488F9D
Black with #488F9D
Text Example
Text Example
White with #488F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F9D; }
p { color: rgb(72,143,157); }
H1.HeaderClassName
{
color: #488F9D;
}
.AnyTagClassName
{
color: #488F9D;
}
</style>
background-color css
<style>
a { background-color: #488F9D; }
a { background-color: rgb(72,143,157); }
div.DivClassName
{
background-color: #488F9D;
}
.BgClassName
{
background-color: #488F9D;
}
</style>
border-color css
<style>
span { border-color: #488F9D; }
span { border-color: rgb(72,143,157); }
td.TdClassName
{
border-color: #488F9D;
}
.TagClassName
{
border-color: #488F9D;
}
</style>