Shades of Hippie Blue #478698
Tints of Hippie Blue #478698
RGB
CMYK
RGB Variations
Color information
#478698 (or 0x478698) is known color: Hippie Blue. HEX triplet: 47, 86 and 98. RGB value is (71,134,152). Sum of RGB (Red+Green+Blue) = 71+134+152=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #478698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478698 is #B87967. Grayscale: #757575. Windows color (decimal): -12089704 or 9995847. OLE color: 9995847.
HSL color Cylindrical-coordinate representation of color #478698: hue angle of 193.33º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #478698 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 134 | 152 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.40 |
| HSL | 193.33º | 0.36% | 0.44% | - |
| HSV(B) | 193.33º | 0.53% | 0.6% | - |
| XYZ | 16.79 | 20.66 | 32.81 | - |
| YUV | 117.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 152 | 0.53 | 0.12 | 0 | 0.40 | 193.33 | 0.36 | 0.44 |
| Hex | 47 | 86 | 98 | 35 | C | 0 | 28 | C1 | 24 | 2C |
| Octal | 107 | 206 | 230 | 65 | 14 | 0 | 50 | 301 | 44 | 54 |
| Binary | 1000111 | 10000110 | 10011000 | 110101 | 1100 | 0 | 101000 | 11000001 | 100100 | 101100 |
Color Harmonies of #478698
Complementary color
Monochromatic Colors of #478698
Black with #478698
Text Example
Text Example
White with #478698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478698; }
p { color: rgb(71,134,152); }
H1.HeaderClassName
{
color: #478698;
}
.AnyTagClassName
{
color: #478698;
}
</style>
background-color css
<style>
a { background-color: #478698; }
a { background-color: rgb(71,134,152); }
div.DivClassName
{
background-color: #478698;
}
.BgClassName
{
background-color: #478698;
}
</style>
border-color css
<style>
span { border-color: #478698; }
span { border-color: rgb(71,134,152); }
td.TdClassName
{
border-color: #478698;
}
.TagClassName
{
border-color: #478698;
}
</style>