Shades of Hippie Blue #4686A1
Tints of Hippie Blue #4686A1
RGB
CMYK
RGB Variations
Color information
#4686A1 (or 0x4686A1) is known color: Hippie Blue. HEX triplet: 46, 86 and A1. RGB value is (70,134,161). Sum of RGB (Red+Green+Blue) = 70+134+161=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 161 - color contains mainly: blue. Hex color #4686A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4686A1 is #B9795E. Grayscale: #757575. Windows color (decimal): -12155231 or 10585670. OLE color: 10585670.
HSL color Cylindrical-coordinate representation of color #4686A1: hue angle of 197.8º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4686A1 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 134 | 161 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.37 |
| HSL | 197.8º | 0.39% | 0.45% | - |
| HSV(B) | 197.8º | 0.57% | 0.63% | - |
| XYZ | 17.48 | 20.93 | 36.84 | - |
| YUV | 117.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 161 | 0.57 | 0.17 | 0 | 0.37 | 197.8 | 0.39 | 0.45 |
| Hex | 46 | 86 | A1 | 39 | 11 | 0 | 25 | C6 | 27 | 2D |
| Octal | 106 | 206 | 241 | 71 | 21 | 0 | 45 | 306 | 47 | 55 |
| Binary | 1000110 | 10000110 | 10100001 | 111001 | 10001 | 0 | 100101 | 11000110 | 100111 | 101101 |
Color Harmonies of #4686A1
Complementary color
Monochromatic Colors of #4686A1
Black with #4686A1
Text Example
Text Example
White with #4686A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4686A1; }
p { color: rgb(70,134,161); }
H1.HeaderClassName
{
color: #4686A1;
}
.AnyTagClassName
{
color: #4686A1;
}
</style>
background-color css
<style>
a { background-color: #4686A1; }
a { background-color: rgb(70,134,161); }
div.DivClassName
{
background-color: #4686A1;
}
.BgClassName
{
background-color: #4686A1;
}
</style>
border-color css
<style>
span { border-color: #4686A1; }
span { border-color: rgb(70,134,161); }
td.TdClassName
{
border-color: #4686A1;
}
.TagClassName
{
border-color: #4686A1;
}
</style>