Shades of Hippie Blue #4496A0
Tints of Hippie Blue #4496A0
RGB
CMYK
RGB Variations
Color information
#4496A0 (or 0x4496A0) is known color: Hippie Blue. HEX triplet: 44, 96 and A0. RGB value is (68,150,160). Sum of RGB (Red+Green+Blue) = 68+150+160=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 160 - color contains mainly: blue. Hex color #4496A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4496A0 is #BB695F. Grayscale: #7E7E7E. Windows color (decimal): -12282208 or 10524228. OLE color: 10524228.
HSL color Cylindrical-coordinate representation of color #4496A0: hue angle of 186.52º degrees, saturation: 0.4, 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 #4496A0 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 150 | 160 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.37 |
| HSL | 186.52º | 0.4% | 0.45% | - |
| HSV(B) | 186.52º | 0.58% | 0.63% | - |
| XYZ | 19.64 | 25.58 | 37.16 | - |
| YUV | 126.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 160 | 0.57 | 0.06 | 0 | 0.37 | 186.52 | 0.4 | 0.45 |
| Hex | 44 | 96 | A0 | 39 | 6 | 0 | 25 | BB | 28 | 2D |
| Octal | 104 | 226 | 240 | 71 | 6 | 0 | 45 | 273 | 50 | 55 |
| Binary | 1000100 | 10010110 | 10100000 | 111001 | 110 | 0 | 100101 | 10111011 | 101000 | 101101 |
Color Harmonies of #4496A0
Complementary color
Monochromatic Colors of #4496A0
Black with #4496A0
Text Example
Text Example
White with #4496A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4496A0; }
p { color: rgb(68,150,160); }
H1.HeaderClassName
{
color: #4496A0;
}
.AnyTagClassName
{
color: #4496A0;
}
</style>
background-color css
<style>
a { background-color: #4496A0; }
a { background-color: rgb(68,150,160); }
div.DivClassName
{
background-color: #4496A0;
}
.BgClassName
{
background-color: #4496A0;
}
</style>
border-color css
<style>
span { border-color: #4496A0; }
span { border-color: rgb(68,150,160); }
td.TdClassName
{
border-color: #4496A0;
}
.TagClassName
{
border-color: #4496A0;
}
</style>