Shades of Hippie Blue #47899D
Tints of Hippie Blue #47899D
RGB
CMYK
RGB Variations
Color information
#47899D (or 0x47899D) is known color: Hippie Blue. HEX triplet: 47, 89 and 9D. RGB value is (71,137,157). Sum of RGB (Red+Green+Blue) = 71+137+157=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 137 (53.91% from 255 or 37.53% 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 #47899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47899D is #B87662. Grayscale: #777777. Windows color (decimal): -12088931 or 10324295. OLE color: 10324295.
HSL color Cylindrical-coordinate representation of color #47899D: hue angle of 193.95º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47899D is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 137 | 157 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.38 |
| HSL | 193.95º | 0.38% | 0.45% | - |
| HSV(B) | 193.95º | 0.55% | 0.62% | - |
| XYZ | 17.63 | 21.67 | 35.15 | - |
| YUV | 119.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 157 | 0.55 | 0.13 | 0 | 0.38 | 193.95 | 0.38 | 0.45 |
| Hex | 47 | 89 | 9D | 37 | D | 0 | 26 | C2 | 26 | 2D |
| Octal | 107 | 211 | 235 | 67 | 15 | 0 | 46 | 302 | 46 | 55 |
| Binary | 1000111 | 10001001 | 10011101 | 110111 | 1101 | 0 | 100110 | 11000010 | 100110 | 101101 |
Color Harmonies of #47899D
Complementary color
Monochromatic Colors of #47899D
Black with #47899D
Text Example
Text Example
White with #47899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47899D; }
p { color: rgb(71,137,157); }
H1.HeaderClassName
{
color: #47899D;
}
.AnyTagClassName
{
color: #47899D;
}
</style>
background-color css
<style>
a { background-color: #47899D; }
a { background-color: rgb(71,137,157); }
div.DivClassName
{
background-color: #47899D;
}
.BgClassName
{
background-color: #47899D;
}
</style>
border-color css
<style>
span { border-color: #47899D; }
span { border-color: rgb(71,137,157); }
td.TdClassName
{
border-color: #47899D;
}
.TagClassName
{
border-color: #47899D;
}
</style>