Shades of Hippie Blue #478694
Tints of Hippie Blue #478694
RGB
CMYK
RGB Variations
Color information
#478694 (or 0x478694) is known color: Hippie Blue. HEX triplet: 47, 86 and 94. RGB value is (71,134,148). Sum of RGB (Red+Green+Blue) = 71+134+148=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #478694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478694 is #B8796B. Grayscale: #747474. Windows color (decimal): -12089708 or 9733703. OLE color: 9733703.
HSL color Cylindrical-coordinate representation of color #478694: hue angle of 190.91º 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 #478694 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 134 | 148 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.42 |
| HSL | 190.91º | 0.35% | 0.43% | - |
| HSV(B) | 190.91º | 0.52% | 0.58% | - |
| XYZ | 16.47 | 20.53 | 31.11 | - |
| YUV | 116.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 148 | 0.52 | 0.09 | 0 | 0.42 | 190.91 | 0.35 | 0.43 |
| Hex | 47 | 86 | 94 | 34 | 9 | 0 | 2A | BF | 23 | 2B |
| Octal | 107 | 206 | 224 | 64 | 11 | 0 | 52 | 277 | 43 | 53 |
| Binary | 1000111 | 10000110 | 10010100 | 110100 | 1001 | 0 | 101010 | 10111111 | 100011 | 101011 |
Color Harmonies of #478694
Complementary color
Monochromatic Colors of #478694
Black with #478694
Text Example
Text Example
White with #478694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478694; }
p { color: rgb(71,134,148); }
H1.HeaderClassName
{
color: #478694;
}
.AnyTagClassName
{
color: #478694;
}
</style>
background-color css
<style>
a { background-color: #478694; }
a { background-color: rgb(71,134,148); }
div.DivClassName
{
background-color: #478694;
}
.BgClassName
{
background-color: #478694;
}
</style>
border-color css
<style>
span { border-color: #478694; }
span { border-color: rgb(71,134,148); }
td.TdClassName
{
border-color: #478694;
}
.TagClassName
{
border-color: #478694;
}
</style>