Shades of Hippie Blue #48919D
Tints of Hippie Blue #48919D
RGB
CMYK
RGB Variations
Color information
#48919D (or 0x48919D) is known color: Hippie Blue. HEX triplet: 48, 91 and 9D. RGB value is (72,145,157). Sum of RGB (Red+Green+Blue) = 72+145+157=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #48919D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48919D is #B76E62. Grayscale: #7C7C7C. Windows color (decimal): -12021347 or 10326344. OLE color: 10326344.
HSL color Cylindrical-coordinate representation of color #48919D: hue angle of 188.47º 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 #48919D is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 145 | 157 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.38 |
| HSL | 188.47º | 0.37% | 0.45% | - |
| HSV(B) | 188.47º | 0.54% | 0.62% | - |
| XYZ | 18.88 | 24.06 | 35.55 | - |
| YUV | 124.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 157 | 0.54 | 0.08 | 0 | 0.38 | 188.47 | 0.37 | 0.45 |
| Hex | 48 | 91 | 9D | 36 | 8 | 0 | 26 | BC | 25 | 2D |
| Octal | 110 | 221 | 235 | 66 | 10 | 0 | 46 | 274 | 45 | 55 |
| Binary | 1001000 | 10010001 | 10011101 | 110110 | 1000 | 0 | 100110 | 10111100 | 100101 | 101101 |
Color Harmonies of #48919D
Complementary color
Monochromatic Colors of #48919D
Black with #48919D
Text Example
Text Example
White with #48919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48919D; }
p { color: rgb(72,145,157); }
H1.HeaderClassName
{
color: #48919D;
}
.AnyTagClassName
{
color: #48919D;
}
</style>
background-color css
<style>
a { background-color: #48919D; }
a { background-color: rgb(72,145,157); }
div.DivClassName
{
background-color: #48919D;
}
.BgClassName
{
background-color: #48919D;
}
</style>
border-color css
<style>
span { border-color: #48919D; }
span { border-color: rgb(72,145,157); }
td.TdClassName
{
border-color: #48919D;
}
.TagClassName
{
border-color: #48919D;
}
</style>