Shades of Hippie Blue #478995
Tints of Hippie Blue #478995
RGB
CMYK
RGB Variations
Color information
#478995 (or 0x478995) is known color: Hippie Blue. HEX triplet: 47, 89 and 95. RGB value is (71,137,149). Sum of RGB (Red+Green+Blue) = 71+137+149=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #478995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478995 is #B8766A. Grayscale: #767676. Windows color (decimal): -12088939 or 9800007. OLE color: 9800007.
HSL color Cylindrical-coordinate representation of color #478995: hue angle of 189.23º 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 #478995 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 137 | 149 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.42 |
| HSL | 189.23º | 0.35% | 0.43% | - |
| HSV(B) | 189.23º | 0.52% | 0.58% | - |
| XYZ | 16.97 | 21.4 | 31.67 | - |
| YUV | 118.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 149 | 0.52 | 0.08 | 0 | 0.42 | 189.23 | 0.35 | 0.43 |
| Hex | 47 | 89 | 95 | 34 | 8 | 0 | 2A | BD | 23 | 2B |
| Octal | 107 | 211 | 225 | 64 | 10 | 0 | 52 | 275 | 43 | 53 |
| Binary | 1000111 | 10001001 | 10010101 | 110100 | 1000 | 0 | 101010 | 10111101 | 100011 | 101011 |
Color Harmonies of #478995
Complementary color
Monochromatic Colors of #478995
Black with #478995
Text Example
Text Example
White with #478995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478995; }
p { color: rgb(71,137,149); }
H1.HeaderClassName
{
color: #478995;
}
.AnyTagClassName
{
color: #478995;
}
</style>
background-color css
<style>
a { background-color: #478995; }
a { background-color: rgb(71,137,149); }
div.DivClassName
{
background-color: #478995;
}
.BgClassName
{
background-color: #478995;
}
</style>
border-color css
<style>
span { border-color: #478995; }
span { border-color: rgb(71,137,149); }
td.TdClassName
{
border-color: #478995;
}
.TagClassName
{
border-color: #478995;
}
</style>