Shades of Hippie Blue #478A94
Tints of Hippie Blue #478A94
RGB
CMYK
RGB Variations
Color information
#478A94 (or 0x478A94) is known color: Hippie Blue. HEX triplet: 47, 8A and 94. RGB value is (71,138,148). Sum of RGB (Red+Green+Blue) = 71+138+148=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #478A94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478A94 is #B8756B. Grayscale: #777777. Windows color (decimal): -12088684 or 9734727. OLE color: 9734727.
HSL color Cylindrical-coordinate representation of color #478A94: hue angle of 187.79º 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 #478A94 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 138 | 148 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.42 |
| HSL | 187.79º | 0.35% | 0.43% | - |
| HSV(B) | 187.79º | 0.52% | 0.58% | - |
| XYZ | 17.03 | 21.65 | 31.3 | - |
| YUV | 119.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 148 | 0.52 | 0.07 | 0 | 0.42 | 187.79 | 0.35 | 0.43 |
| Hex | 47 | 8A | 94 | 34 | 7 | 0 | 2A | BC | 23 | 2B |
| Octal | 107 | 212 | 224 | 64 | 7 | 0 | 52 | 274 | 43 | 53 |
| Binary | 1000111 | 10001010 | 10010100 | 110100 | 111 | 0 | 101010 | 10111100 | 100011 | 101011 |
Color Harmonies of #478A94
Complementary color
Monochromatic Colors of #478A94
Black with #478A94
Text Example
Text Example
White with #478A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478A94; }
p { color: rgb(71,138,148); }
H1.HeaderClassName
{
color: #478A94;
}
.AnyTagClassName
{
color: #478A94;
}
</style>
background-color css
<style>
a { background-color: #478A94; }
a { background-color: rgb(71,138,148); }
div.DivClassName
{
background-color: #478A94;
}
.BgClassName
{
background-color: #478A94;
}
</style>
border-color css
<style>
span { border-color: #478A94; }
span { border-color: rgb(71,138,148); }
td.TdClassName
{
border-color: #478A94;
}
.TagClassName
{
border-color: #478A94;
}
</style>