Shades of Hippie Blue #4484A0
Tints of Hippie Blue #4484A0
RGB
CMYK
RGB Variations
Color information
#4484A0 (or 0x4484A0) is known color: Hippie Blue. HEX triplet: 44, 84 and A0. RGB value is (68,132,160). Sum of RGB (Red+Green+Blue) = 68+132+160=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 160 - color contains mainly: blue. Hex color #4484A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4484A0 is #BB7B5F. Grayscale: #737373. Windows color (decimal): -12286816 or 10519620. OLE color: 10519620.
HSL color Cylindrical-coordinate representation of color #4484A0: hue angle of 198.26º 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 #4484A0 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 132 | 160 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.37 |
| HSL | 198.26º | 0.4% | 0.45% | - |
| HSV(B) | 198.26º | 0.58% | 0.63% | - |
| XYZ | 16.98 | 20.27 | 36.28 | - |
| YUV | 116.06 | 152.8 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 160 | 0.57 | 0.17 | 0 | 0.37 | 198.26 | 0.4 | 0.45 |
| Hex | 44 | 84 | A0 | 39 | 11 | 0 | 25 | C6 | 28 | 2D |
| Octal | 104 | 204 | 240 | 71 | 21 | 0 | 45 | 306 | 50 | 55 |
| Binary | 1000100 | 10000100 | 10100000 | 111001 | 10001 | 0 | 100101 | 11000110 | 101000 | 101101 |
Color Harmonies of #4484A0
Complementary color
Monochromatic Colors of #4484A0
Black with #4484A0
Text Example
Text Example
White with #4484A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4484A0; }
p { color: rgb(68,132,160); }
H1.HeaderClassName
{
color: #4484A0;
}
.AnyTagClassName
{
color: #4484A0;
}
</style>
background-color css
<style>
a { background-color: #4484A0; }
a { background-color: rgb(68,132,160); }
div.DivClassName
{
background-color: #4484A0;
}
.BgClassName
{
background-color: #4484A0;
}
</style>
border-color css
<style>
span { border-color: #4484A0; }
span { border-color: rgb(68,132,160); }
td.TdClassName
{
border-color: #4484A0;
}
.TagClassName
{
border-color: #4484A0;
}
</style>