Shades of Hippie Blue #478F9F
Tints of Hippie Blue #478F9F
RGB
CMYK
RGB Variations
Color information
#478F9F (or 0x478F9F) is known color: Hippie Blue. HEX triplet: 47, 8F and 9F. RGB value is (71,143,159). Sum of RGB (Red+Green+Blue) = 71+143+159=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #478F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478F9F is #B87060. Grayscale: #7B7B7B. Windows color (decimal): -12087393 or 10456903. OLE color: 10456903.
HSL color Cylindrical-coordinate representation of color #478F9F: hue angle of 190.91º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #478F9F is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 143 | 159 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.38 |
| HSL | 190.91º | 0.38% | 0.45% | - |
| HSV(B) | 190.91º | 0.55% | 0.62% | - |
| XYZ | 18.68 | 23.49 | 36.35 | - |
| YUV | 123.3 | 148.15 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 159 | 0.55 | 0.10 | 0 | 0.38 | 190.91 | 0.38 | 0.45 |
| Hex | 47 | 8F | 9F | 37 | A | 0 | 26 | BF | 26 | 2D |
| Octal | 107 | 217 | 237 | 67 | 12 | 0 | 46 | 277 | 46 | 55 |
| Binary | 1000111 | 10001111 | 10011111 | 110111 | 1010 | 0 | 100110 | 10111111 | 100110 | 101101 |
Color Harmonies of #478F9F
Complementary color
Monochromatic Colors of #478F9F
Black with #478F9F
Text Example
Text Example
White with #478F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478F9F; }
p { color: rgb(71,143,159); }
H1.HeaderClassName
{
color: #478F9F;
}
.AnyTagClassName
{
color: #478F9F;
}
</style>
background-color css
<style>
a { background-color: #478F9F; }
a { background-color: rgb(71,143,159); }
div.DivClassName
{
background-color: #478F9F;
}
.BgClassName
{
background-color: #478F9F;
}
</style>
border-color css
<style>
span { border-color: #478F9F; }
span { border-color: rgb(71,143,159); }
td.TdClassName
{
border-color: #478F9F;
}
.TagClassName
{
border-color: #478F9F;
}
</style>