Shades of Hippie Blue #48889D
Tints of Hippie Blue #48889D
RGB
CMYK
RGB Variations
Color information
#48889D (or 0x48889D) is known color: Hippie Blue. HEX triplet: 48, 88 and 9D. RGB value is (72,136,157). Sum of RGB (Red+Green+Blue) = 72+136+157=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #48889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48889D is #B77762. Grayscale: #777777. Windows color (decimal): -12023651 or 10324040. OLE color: 10324040.
HSL color Cylindrical-coordinate representation of color #48889D: hue angle of 194.82º 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 #48889D is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 136 | 157 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.38 |
| HSL | 194.82º | 0.37% | 0.45% | - |
| HSV(B) | 194.82º | 0.54% | 0.62% | - |
| XYZ | 17.56 | 21.42 | 35.11 | - |
| YUV | 119.26 | 149.3 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 157 | 0.54 | 0.13 | 0 | 0.38 | 194.82 | 0.37 | 0.45 |
| Hex | 48 | 88 | 9D | 36 | D | 0 | 26 | C3 | 25 | 2D |
| Octal | 110 | 210 | 235 | 66 | 15 | 0 | 46 | 303 | 45 | 55 |
| Binary | 1001000 | 10001000 | 10011101 | 110110 | 1101 | 0 | 100110 | 11000011 | 100101 | 101101 |
Color Harmonies of #48889D
Complementary color
Monochromatic Colors of #48889D
Black with #48889D
Text Example
Text Example
White with #48889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48889D; }
p { color: rgb(72,136,157); }
H1.HeaderClassName
{
color: #48889D;
}
.AnyTagClassName
{
color: #48889D;
}
</style>
background-color css
<style>
a { background-color: #48889D; }
a { background-color: rgb(72,136,157); }
div.DivClassName
{
background-color: #48889D;
}
.BgClassName
{
background-color: #48889D;
}
</style>
border-color css
<style>
span { border-color: #48889D; }
span { border-color: rgb(72,136,157); }
td.TdClassName
{
border-color: #48889D;
}
.TagClassName
{
border-color: #48889D;
}
</style>