Shades of Hippie Blue #47919B
Tints of Hippie Blue #47919B
RGB
CMYK
RGB Variations
Color information
#47919B (or 0x47919B) is known color: Hippie Blue. HEX triplet: 47, 91 and 9B. RGB value is (71,145,155). Sum of RGB (Red+Green+Blue) = 71+145+155=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #47919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47919B is #B86E64. Grayscale: #7B7B7B. Windows color (decimal): -12086885 or 10195271. OLE color: 10195271.
HSL color Cylindrical-coordinate representation of color #47919B: hue angle of 187.14º 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 #47919B is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 145 | 155 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.39 |
| HSL | 187.14º | 0.37% | 0.44% | - |
| HSV(B) | 187.14º | 0.54% | 0.61% | - |
| XYZ | 18.64 | 23.96 | 34.65 | - |
| YUV | 124.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 155 | 0.54 | 0.06 | 0 | 0.39 | 187.14 | 0.37 | 0.44 |
| Hex | 47 | 91 | 9B | 36 | 6 | 0 | 27 | BB | 25 | 2C |
| Octal | 107 | 221 | 233 | 66 | 6 | 0 | 47 | 273 | 45 | 54 |
| Binary | 1000111 | 10010001 | 10011011 | 110110 | 110 | 0 | 100111 | 10111011 | 100101 | 101100 |
Color Harmonies of #47919B
Complementary color
Monochromatic Colors of #47919B
Black with #47919B
Text Example
Text Example
White with #47919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47919B; }
p { color: rgb(71,145,155); }
H1.HeaderClassName
{
color: #47919B;
}
.AnyTagClassName
{
color: #47919B;
}
</style>
background-color css
<style>
a { background-color: #47919B; }
a { background-color: rgb(71,145,155); }
div.DivClassName
{
background-color: #47919B;
}
.BgClassName
{
background-color: #47919B;
}
</style>
border-color css
<style>
span { border-color: #47919B; }
span { border-color: rgb(71,145,155); }
td.TdClassName
{
border-color: #47919B;
}
.TagClassName
{
border-color: #47919B;
}
</style>