Shades of Hippie Blue #488B9D
Tints of Hippie Blue #488B9D
RGB
CMYK
RGB Variations
Color information
#488B9D (or 0x488B9D) is known color: Hippie Blue. HEX triplet: 48, 8B and 9D. RGB value is (72,139,157). Sum of RGB (Red+Green+Blue) = 72+139+157=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #488B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488B9D is #B77462. Grayscale: #787878. Windows color (decimal): -12022883 or 10324808. OLE color: 10324808.
HSL color Cylindrical-coordinate representation of color #488B9D: hue angle of 192.71º 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 #488B9D is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 139 | 157 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.38 |
| HSL | 192.71º | 0.37% | 0.45% | - |
| HSV(B) | 192.71º | 0.54% | 0.62% | - |
| XYZ | 17.99 | 22.28 | 35.25 | - |
| YUV | 121.02 | 148.3 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 157 | 0.54 | 0.11 | 0 | 0.38 | 192.71 | 0.37 | 0.45 |
| Hex | 48 | 8B | 9D | 36 | B | 0 | 26 | C1 | 25 | 2D |
| Octal | 110 | 213 | 235 | 66 | 13 | 0 | 46 | 301 | 45 | 55 |
| Binary | 1001000 | 10001011 | 10011101 | 110110 | 1011 | 0 | 100110 | 11000001 | 100101 | 101101 |
Color Harmonies of #488B9D
Complementary color
Monochromatic Colors of #488B9D
Black with #488B9D
Text Example
Text Example
White with #488B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B9D; }
p { color: rgb(72,139,157); }
H1.HeaderClassName
{
color: #488B9D;
}
.AnyTagClassName
{
color: #488B9D;
}
</style>
background-color css
<style>
a { background-color: #488B9D; }
a { background-color: rgb(72,139,157); }
div.DivClassName
{
background-color: #488B9D;
}
.BgClassName
{
background-color: #488B9D;
}
</style>
border-color css
<style>
span { border-color: #488B9D; }
span { border-color: rgb(72,139,157); }
td.TdClassName
{
border-color: #488B9D;
}
.TagClassName
{
border-color: #488B9D;
}
</style>