Shades of Hippie Blue #4786A0
Tints of Hippie Blue #4786A0
RGB
CMYK
RGB Variations
Color information
#4786A0 (or 0x4786A0) is known color: Hippie Blue. HEX triplet: 47, 86 and A0. RGB value is (71,134,160). Sum of RGB (Red+Green+Blue) = 71+134+160=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: blue. Hex color #4786A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4786A0 is #B8795F. Grayscale: #757575. Windows color (decimal): -12089696 or 10520135. OLE color: 10520135.
HSL color Cylindrical-coordinate representation of color #4786A0: hue angle of 197.53º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4786A0 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 134 | 160 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.37 |
| HSL | 197.53º | 0.39% | 0.45% | - |
| HSV(B) | 197.53º | 0.56% | 0.63% | - |
| XYZ | 17.47 | 20.93 | 36.38 | - |
| YUV | 118.13 | 151.63 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 160 | 0.56 | 0.16 | 0 | 0.37 | 197.53 | 0.39 | 0.45 |
| Hex | 47 | 86 | A0 | 38 | 10 | 0 | 25 | C6 | 27 | 2D |
| Octal | 107 | 206 | 240 | 70 | 20 | 0 | 45 | 306 | 47 | 55 |
| Binary | 1000111 | 10000110 | 10100000 | 111000 | 10000 | 0 | 100101 | 11000110 | 100111 | 101101 |
Color Harmonies of #4786A0
Complementary color
Monochromatic Colors of #4786A0
Black with #4786A0
Text Example
Text Example
White with #4786A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4786A0; }
p { color: rgb(71,134,160); }
H1.HeaderClassName
{
color: #4786A0;
}
.AnyTagClassName
{
color: #4786A0;
}
</style>
background-color css
<style>
a { background-color: #4786A0; }
a { background-color: rgb(71,134,160); }
div.DivClassName
{
background-color: #4786A0;
}
.BgClassName
{
background-color: #4786A0;
}
</style>
border-color css
<style>
span { border-color: #4786A0; }
span { border-color: rgb(71,134,160); }
td.TdClassName
{
border-color: #4786A0;
}
.TagClassName
{
border-color: #4786A0;
}
</style>