Shades of Hippie Blue #488B94
Tints of Hippie Blue #488B94
RGB
CMYK
RGB Variations
Color information
#488B94 (or 0x488B94) is known color: Hippie Blue. HEX triplet: 48, 8B and 94. RGB value is (72,139,148). Sum of RGB (Red+Green+Blue) = 72+139+148=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #488B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488B94 is #B7746B. Grayscale: #777777. Windows color (decimal): -12022892 or 9734984. OLE color: 9734984.
HSL color Cylindrical-coordinate representation of color #488B94: hue angle of 187.11º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488B94 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 139 | 148 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.42 |
| HSL | 187.11º | 0.35% | 0.43% | - |
| HSV(B) | 187.11º | 0.51% | 0.58% | - |
| XYZ | 17.25 | 21.98 | 31.35 | - |
| YUV | 119.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 148 | 0.51 | 0.06 | 0 | 0.42 | 187.11 | 0.35 | 0.43 |
| Hex | 48 | 8B | 94 | 33 | 6 | 0 | 2A | BB | 23 | 2B |
| Octal | 110 | 213 | 224 | 63 | 6 | 0 | 52 | 273 | 43 | 53 |
| Binary | 1001000 | 10001011 | 10010100 | 110011 | 110 | 0 | 101010 | 10111011 | 100011 | 101011 |
Color Harmonies of #488B94
Complementary color
Monochromatic Colors of #488B94
Black with #488B94
Text Example
Text Example
White with #488B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B94; }
p { color: rgb(72,139,148); }
H1.HeaderClassName
{
color: #488B94;
}
.AnyTagClassName
{
color: #488B94;
}
</style>
background-color css
<style>
a { background-color: #488B94; }
a { background-color: rgb(72,139,148); }
div.DivClassName
{
background-color: #488B94;
}
.BgClassName
{
background-color: #488B94;
}
</style>
border-color css
<style>
span { border-color: #488B94; }
span { border-color: rgb(72,139,148); }
td.TdClassName
{
border-color: #488B94;
}
.TagClassName
{
border-color: #488B94;
}
</style>