Shades of Hippie Blue #47889B
Tints of Hippie Blue #47889B
RGB
CMYK
RGB Variations
Color information
#47889B (or 0x47889B) is known color: Hippie Blue. HEX triplet: 47, 88 and 9B. RGB value is (71,136,155). Sum of RGB (Red+Green+Blue) = 71+136+155=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #47889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47889B is #B87764. Grayscale: #767676. Windows color (decimal): -12089189 or 10192967. OLE color: 10192967.
HSL color Cylindrical-coordinate representation of color #47889B: hue angle of 193.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47889B is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 136 | 155 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.39 |
| HSL | 193.57º | 0.37% | 0.44% | - |
| HSV(B) | 193.57º | 0.54% | 0.61% | - |
| XYZ | 17.32 | 21.31 | 34.21 | - |
| YUV | 118.73 | 148.47 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 136 | 155 | 0.54 | 0.12 | 0 | 0.39 | 193.57 | 0.37 | 0.44 |
| Hex | 47 | 88 | 9B | 36 | C | 0 | 27 | C2 | 25 | 2C |
| Octal | 107 | 210 | 233 | 66 | 14 | 0 | 47 | 302 | 45 | 54 |
| Binary | 1000111 | 10001000 | 10011011 | 110110 | 1100 | 0 | 100111 | 11000010 | 100101 | 101100 |
Color Harmonies of #47889B
Complementary color
Monochromatic Colors of #47889B
Black with #47889B
Text Example
Text Example
White with #47889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47889B; }
p { color: rgb(71,136,155); }
H1.HeaderClassName
{
color: #47889B;
}
.AnyTagClassName
{
color: #47889B;
}
</style>
background-color css
<style>
a { background-color: #47889B; }
a { background-color: rgb(71,136,155); }
div.DivClassName
{
background-color: #47889B;
}
.BgClassName
{
background-color: #47889B;
}
</style>
border-color css
<style>
span { border-color: #47889B; }
span { border-color: rgb(71,136,155); }
td.TdClassName
{
border-color: #47889B;
}
.TagClassName
{
border-color: #47889B;
}
</style>