Shades of Hippie Blue #478692
Tints of Hippie Blue #478692
RGB
CMYK
RGB Variations
Color information
#478692 (or 0x478692) is known color: Hippie Blue. HEX triplet: 47, 86 and 92. RGB value is (71,134,146). Sum of RGB (Red+Green+Blue) = 71+134+146=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #478692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478692 is #B8796D. Grayscale: #747474. Windows color (decimal): -12089710 or 9602631. OLE color: 9602631.
HSL color Cylindrical-coordinate representation of color #478692: hue angle of 189.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478692 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 134 | 146 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.43 |
| HSL | 189.6º | 0.35% | 0.43% | - |
| HSV(B) | 189.6º | 0.51% | 0.57% | - |
| XYZ | 16.31 | 20.47 | 30.28 | - |
| YUV | 116.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 146 | 0.51 | 0.08 | 0 | 0.43 | 189.6 | 0.35 | 0.43 |
| Hex | 47 | 86 | 92 | 33 | 8 | 0 | 2B | BE | 23 | 2B |
| Octal | 107 | 206 | 222 | 63 | 10 | 0 | 53 | 276 | 43 | 53 |
| Binary | 1000111 | 10000110 | 10010010 | 110011 | 1000 | 0 | 101011 | 10111110 | 100011 | 101011 |
Color Harmonies of #478692
Complementary color
Monochromatic Colors of #478692
Black with #478692
Text Example
Text Example
White with #478692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478692; }
p { color: rgb(71,134,146); }
H1.HeaderClassName
{
color: #478692;
}
.AnyTagClassName
{
color: #478692;
}
</style>
background-color css
<style>
a { background-color: #478692; }
a { background-color: rgb(71,134,146); }
div.DivClassName
{
background-color: #478692;
}
.BgClassName
{
background-color: #478692;
}
</style>
border-color css
<style>
span { border-color: #478692; }
span { border-color: rgb(71,134,146); }
td.TdClassName
{
border-color: #478692;
}
.TagClassName
{
border-color: #478692;
}
</style>