Shades of Hippie Blue #478B9A
Tints of Hippie Blue #478B9A
RGB
CMYK
RGB Variations
Color information
#478B9A (or 0x478B9A) is known color: Hippie Blue. HEX triplet: 47, 8B and 9A. RGB value is (71,139,154). Sum of RGB (Red+Green+Blue) = 71+139+154=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #478B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478B9A is #B87465. Grayscale: #787878. Windows color (decimal): -12088422 or 10128199. OLE color: 10128199.
HSL color Cylindrical-coordinate representation of color #478B9A: hue angle of 190.84º 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 #478B9A is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 139 | 154 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.40 |
| HSL | 190.84º | 0.37% | 0.44% | - |
| HSV(B) | 190.84º | 0.54% | 0.6% | - |
| XYZ | 17.66 | 22.14 | 33.91 | - |
| YUV | 120.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 154 | 0.54 | 0.10 | 0 | 0.40 | 190.84 | 0.37 | 0.44 |
| Hex | 47 | 8B | 9A | 36 | A | 0 | 28 | BF | 25 | 2C |
| Octal | 107 | 213 | 232 | 66 | 12 | 0 | 50 | 277 | 45 | 54 |
| Binary | 1000111 | 10001011 | 10011010 | 110110 | 1010 | 0 | 101000 | 10111111 | 100101 | 101100 |
Color Harmonies of #478B9A
Complementary color
Monochromatic Colors of #478B9A
Black with #478B9A
Text Example
Text Example
White with #478B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478B9A; }
p { color: rgb(71,139,154); }
H1.HeaderClassName
{
color: #478B9A;
}
.AnyTagClassName
{
color: #478B9A;
}
</style>
background-color css
<style>
a { background-color: #478B9A; }
a { background-color: rgb(71,139,154); }
div.DivClassName
{
background-color: #478B9A;
}
.BgClassName
{
background-color: #478B9A;
}
</style>
border-color css
<style>
span { border-color: #478B9A; }
span { border-color: rgb(71,139,154); }
td.TdClassName
{
border-color: #478B9A;
}
.TagClassName
{
border-color: #478B9A;
}
</style>