Shades of Hippie Blue #478B94
Tints of Hippie Blue #478B94
RGB
CMYK
RGB Variations
Color information
#478B94 (or 0x478B94) is known color: Hippie Blue. HEX triplet: 47, 8B and 94. RGB value is (71,139,148). Sum of RGB (Red+Green+Blue) = 71+139+148=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #478B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478B94 is #B8746B. Grayscale: #777777. Windows color (decimal): -12088428 or 9734983. OLE color: 9734983.
HSL color Cylindrical-coordinate representation of color #478B94: hue angle of 187.01º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #478B94 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 139 | 148 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.42 |
| HSL | 187.01º | 0.35% | 0.43% | - |
| HSV(B) | 187.01º | 0.52% | 0.58% | - |
| XYZ | 17.18 | 21.94 | 31.35 | - |
| YUV | 119.69 | 143.97 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 148 | 0.52 | 0.06 | 0 | 0.42 | 187.01 | 0.35 | 0.43 |
| Hex | 47 | 8B | 94 | 34 | 6 | 0 | 2A | BB | 23 | 2B |
| Octal | 107 | 213 | 224 | 64 | 6 | 0 | 52 | 273 | 43 | 53 |
| Binary | 1000111 | 10001011 | 10010100 | 110100 | 110 | 0 | 101010 | 10111011 | 100011 | 101011 |
Color Harmonies of #478B94
Complementary color
Monochromatic Colors of #478B94
Black with #478B94
Text Example
Text Example
White with #478B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478B94; }
p { color: rgb(71,139,148); }
H1.HeaderClassName
{
color: #478B94;
}
.AnyTagClassName
{
color: #478B94;
}
</style>
background-color css
<style>
a { background-color: #478B94; }
a { background-color: rgb(71,139,148); }
div.DivClassName
{
background-color: #478B94;
}
.BgClassName
{
background-color: #478B94;
}
</style>
border-color css
<style>
span { border-color: #478B94; }
span { border-color: rgb(71,139,148); }
td.TdClassName
{
border-color: #478B94;
}
.TagClassName
{
border-color: #478B94;
}
</style>