Shades of Hippie Blue #47899A
Tints of Hippie Blue #47899A
RGB
CMYK
RGB Variations
Color information
#47899A (or 0x47899A) is known color: Hippie Blue. HEX triplet: 47, 89 and 9A. RGB value is (71,137,154). Sum of RGB (Red+Green+Blue) = 71+137+154=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #47899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47899A is #B87665. Grayscale: #777777. Windows color (decimal): -12088934 or 10127687. OLE color: 10127687.
HSL color Cylindrical-coordinate representation of color #47899A: hue angle of 192.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47899A is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 137 | 154 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.40 |
| HSL | 192.29º | 0.37% | 0.44% | - |
| HSV(B) | 192.29º | 0.54% | 0.6% | - |
| XYZ | 17.38 | 21.56 | 33.82 | - |
| YUV | 119.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 154 | 0.54 | 0.11 | 0 | 0.40 | 192.29 | 0.37 | 0.44 |
| Hex | 47 | 89 | 9A | 36 | B | 0 | 28 | C0 | 25 | 2C |
| Octal | 107 | 211 | 232 | 66 | 13 | 0 | 50 | 300 | 45 | 54 |
| Binary | 1000111 | 10001001 | 10011010 | 110110 | 1011 | 0 | 101000 | 11000000 | 100101 | 101100 |
Color Harmonies of #47899A
Complementary color
Monochromatic Colors of #47899A
Black with #47899A
Text Example
Text Example
White with #47899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47899A; }
p { color: rgb(71,137,154); }
H1.HeaderClassName
{
color: #47899A;
}
.AnyTagClassName
{
color: #47899A;
}
</style>
background-color css
<style>
a { background-color: #47899A; }
a { background-color: rgb(71,137,154); }
div.DivClassName
{
background-color: #47899A;
}
.BgClassName
{
background-color: #47899A;
}
</style>
border-color css
<style>
span { border-color: #47899A; }
span { border-color: rgb(71,137,154); }
td.TdClassName
{
border-color: #47899A;
}
.TagClassName
{
border-color: #47899A;
}
</style>