Shades of Hippie Blue #488FA3
Tints of Hippie Blue #488FA3
RGB
CMYK
RGB Variations
Color information
#488FA3 (or 0x488FA3) is known color: Hippie Blue. HEX triplet: 48, 8F and A3. RGB value is (72,143,163). Sum of RGB (Red+Green+Blue) = 72+143+163=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #488FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488FA3 is #B7705C. Grayscale: #7B7B7B. Windows color (decimal): -12021853 or 10719048. OLE color: 10719048.
HSL color Cylindrical-coordinate representation of color #488FA3: hue angle of 193.19º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #488FA3 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 143 | 163 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.36 |
| HSL | 193.19º | 0.39% | 0.46% | - |
| HSV(B) | 193.19º | 0.56% | 0.64% | - |
| XYZ | 19.11 | 23.67 | 38.21 | - |
| YUV | 124.05 | 149.98 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 163 | 0.56 | 0.12 | 0 | 0.36 | 193.19 | 0.39 | 0.46 |
| Hex | 48 | 8F | A3 | 38 | C | 0 | 24 | C1 | 27 | 2E |
| Octal | 110 | 217 | 243 | 70 | 14 | 0 | 44 | 301 | 47 | 56 |
| Binary | 1001000 | 10001111 | 10100011 | 111000 | 1100 | 0 | 100100 | 11000001 | 100111 | 101110 |
Color Harmonies of #488FA3
Complementary color
Monochromatic Colors of #488FA3
Black with #488FA3
Text Example
Text Example
White with #488FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FA3; }
p { color: rgb(72,143,163); }
H1.HeaderClassName
{
color: #488FA3;
}
.AnyTagClassName
{
color: #488FA3;
}
</style>
background-color css
<style>
a { background-color: #488FA3; }
a { background-color: rgb(72,143,163); }
div.DivClassName
{
background-color: #488FA3;
}
.BgClassName
{
background-color: #488FA3;
}
</style>
border-color css
<style>
span { border-color: #488FA3; }
span { border-color: rgb(72,143,163); }
td.TdClassName
{
border-color: #488FA3;
}
.TagClassName
{
border-color: #488FA3;
}
</style>