Shades of Hippie Blue #478C9C
Tints of Hippie Blue #478C9C
RGB
CMYK
RGB Variations
Color information
#478C9C (or 0x478C9C) is known color: Hippie Blue. HEX triplet: 47, 8C and 9C. RGB value is (71,140,156). Sum of RGB (Red+Green+Blue) = 71+140+156=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #478C9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478C9C is #B87363. Grayscale: #797979. Windows color (decimal): -12088164 or 10259527. OLE color: 10259527.
HSL color Cylindrical-coordinate representation of color #478C9C: hue angle of 191.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #478C9C is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 140 | 156 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.39 |
| HSL | 191.29º | 0.37% | 0.45% | - |
| HSV(B) | 191.29º | 0.54% | 0.61% | - |
| XYZ | 17.98 | 22.5 | 34.85 | - |
| YUV | 121.19 | 147.64 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 156 | 0.54 | 0.10 | 0 | 0.39 | 191.29 | 0.37 | 0.45 |
| Hex | 47 | 8C | 9C | 36 | A | 0 | 27 | BF | 25 | 2D |
| Octal | 107 | 214 | 234 | 66 | 12 | 0 | 47 | 277 | 45 | 55 |
| Binary | 1000111 | 10001100 | 10011100 | 110110 | 1010 | 0 | 100111 | 10111111 | 100101 | 101101 |
Color Harmonies of #478C9C
Complementary color
Monochromatic Colors of #478C9C
Black with #478C9C
Text Example
Text Example
White with #478C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478C9C; }
p { color: rgb(71,140,156); }
H1.HeaderClassName
{
color: #478C9C;
}
.AnyTagClassName
{
color: #478C9C;
}
</style>
background-color css
<style>
a { background-color: #478C9C; }
a { background-color: rgb(71,140,156); }
div.DivClassName
{
background-color: #478C9C;
}
.BgClassName
{
background-color: #478C9C;
}
</style>
border-color css
<style>
span { border-color: #478C9C; }
span { border-color: rgb(71,140,156); }
td.TdClassName
{
border-color: #478C9C;
}
.TagClassName
{
border-color: #478C9C;
}
</style>