Shades of Hippie Blue #47909D
Tints of Hippie Blue #47909D
RGB
CMYK
RGB Variations
Color information
#47909D (or 0x47909D) is known color: Hippie Blue. HEX triplet: 47, 90 and 9D. RGB value is (71,144,157). Sum of RGB (Red+Green+Blue) = 71+144+157=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #47909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47909D is #B86F62. Grayscale: #7B7B7B. Windows color (decimal): -12087139 or 10326087. OLE color: 10326087.
HSL color Cylindrical-coordinate representation of color #47909D: hue angle of 189.07º 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 #47909D is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 144 | 157 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.38 |
| HSL | 189.07º | 0.38% | 0.45% | - |
| HSV(B) | 189.07º | 0.55% | 0.62% | - |
| XYZ | 18.66 | 23.72 | 35.49 | - |
| YUV | 123.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 157 | 0.55 | 0.08 | 0 | 0.38 | 189.07 | 0.38 | 0.45 |
| Hex | 47 | 90 | 9D | 37 | 8 | 0 | 26 | BD | 26 | 2D |
| Octal | 107 | 220 | 235 | 67 | 10 | 0 | 46 | 275 | 46 | 55 |
| Binary | 1000111 | 10010000 | 10011101 | 110111 | 1000 | 0 | 100110 | 10111101 | 100110 | 101101 |
Color Harmonies of #47909D
Complementary color
Monochromatic Colors of #47909D
Black with #47909D
Text Example
Text Example
White with #47909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47909D; }
p { color: rgb(71,144,157); }
H1.HeaderClassName
{
color: #47909D;
}
.AnyTagClassName
{
color: #47909D;
}
</style>
background-color css
<style>
a { background-color: #47909D; }
a { background-color: rgb(71,144,157); }
div.DivClassName
{
background-color: #47909D;
}
.BgClassName
{
background-color: #47909D;
}
</style>
border-color css
<style>
span { border-color: #47909D; }
span { border-color: rgb(71,144,157); }
td.TdClassName
{
border-color: #47909D;
}
.TagClassName
{
border-color: #47909D;
}
</style>