Shades of Hippie Blue #4186A0
Tints of Hippie Blue #4186A0
RGB
CMYK
RGB Variations
Color information
#4186A0 (or 0x4186A0) is known color: Hippie Blue. HEX triplet: 41, 86 and A0. RGB value is (65,134,160). Sum of RGB (Red+Green+Blue) = 65+134+160=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #4186A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4186A0 is #BE795F. Grayscale: #747474. Windows color (decimal): -12482912 or 10520129. OLE color: 10520129.
HSL color Cylindrical-coordinate representation of color #4186A0: hue angle of 196.42º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4186A0 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 134 | 160 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.37 |
| HSL | 196.42º | 0.42% | 0.44% | - |
| HSV(B) | 196.42º | 0.59% | 0.63% | - |
| XYZ | 17.05 | 20.71 | 36.36 | - |
| YUV | 116.33 | 152.64 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 160 | 0.59 | 0.16 | 0 | 0.37 | 196.42 | 0.42 | 0.44 |
| Hex | 41 | 86 | A0 | 3B | 10 | 0 | 25 | C4 | 2A | 2C |
| Octal | 101 | 206 | 240 | 73 | 20 | 0 | 45 | 304 | 52 | 54 |
| Binary | 1000001 | 10000110 | 10100000 | 111011 | 10000 | 0 | 100101 | 11000100 | 101010 | 101100 |
Color Harmonies of #4186A0
Complementary color
Monochromatic Colors of #4186A0
Black with #4186A0
Text Example
Text Example
White with #4186A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4186A0; }
p { color: rgb(65,134,160); }
H1.HeaderClassName
{
color: #4186A0;
}
.AnyTagClassName
{
color: #4186A0;
}
</style>
background-color css
<style>
a { background-color: #4186A0; }
a { background-color: rgb(65,134,160); }
div.DivClassName
{
background-color: #4186A0;
}
.BgClassName
{
background-color: #4186A0;
}
</style>
border-color css
<style>
span { border-color: #4186A0; }
span { border-color: rgb(65,134,160); }
td.TdClassName
{
border-color: #4186A0;
}
.TagClassName
{
border-color: #4186A0;
}
</style>