Shades of Hippie Blue #488F9C
Tints of Hippie Blue #488F9C
RGB
CMYK
RGB Variations
Color information
#488F9C (or 0x488F9C) is known color: Hippie Blue. HEX triplet: 48, 8F and 9C. RGB value is (72,143,156). Sum of RGB (Red+Green+Blue) = 72+143+156=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #488F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488F9C is #B77063. Grayscale: #7B7B7B. Windows color (decimal): -12021860 or 10260296. OLE color: 10260296.
HSL color Cylindrical-coordinate representation of color #488F9C: hue angle of 189.29º 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 #488F9C is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 143 | 156 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.39 |
| HSL | 189.29º | 0.37% | 0.45% | - |
| HSV(B) | 189.29º | 0.54% | 0.61% | - |
| XYZ | 18.5 | 23.42 | 35 | - |
| YUV | 123.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 156 | 0.54 | 0.08 | 0 | 0.39 | 189.29 | 0.37 | 0.45 |
| Hex | 48 | 8F | 9C | 36 | 8 | 0 | 27 | BD | 25 | 2D |
| Octal | 110 | 217 | 234 | 66 | 10 | 0 | 47 | 275 | 45 | 55 |
| Binary | 1001000 | 10001111 | 10011100 | 110110 | 1000 | 0 | 100111 | 10111101 | 100101 | 101101 |
Color Harmonies of #488F9C
Complementary color
Monochromatic Colors of #488F9C
Black with #488F9C
Text Example
Text Example
White with #488F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F9C; }
p { color: rgb(72,143,156); }
H1.HeaderClassName
{
color: #488F9C;
}
.AnyTagClassName
{
color: #488F9C;
}
</style>
background-color css
<style>
a { background-color: #488F9C; }
a { background-color: rgb(72,143,156); }
div.DivClassName
{
background-color: #488F9C;
}
.BgClassName
{
background-color: #488F9C;
}
</style>
border-color css
<style>
span { border-color: #488F9C; }
span { border-color: rgb(72,143,156); }
td.TdClassName
{
border-color: #488F9C;
}
.TagClassName
{
border-color: #488F9C;
}
</style>