Shades of Hippie Blue #4480A0
Tints of Hippie Blue #4480A0
RGB
CMYK
RGB Variations
Color information
#4480A0 (or 0x4480A0) is known color: Hippie Blue. HEX triplet: 44, 80 and A0. RGB value is (68,128,160). Sum of RGB (Red+Green+Blue) = 68+128+160=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #4480A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4480A0 is #BB7F5F. Grayscale: #717171. Windows color (decimal): -12287840 or 10518596. OLE color: 10518596.
HSL color Cylindrical-coordinate representation of color #4480A0: hue angle of 200.87º 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 #4480A0 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 128 | 160 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.37 |
| HSL | 200.87º | 0.4% | 0.45% | - |
| HSV(B) | 200.87º | 0.58% | 0.63% | - |
| XYZ | 16.45 | 19.21 | 36.1 | - |
| YUV | 113.71 | 154.12 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 128 | 160 | 0.57 | 0.20 | 0 | 0.37 | 200.87 | 0.4 | 0.45 |
| Hex | 44 | 80 | A0 | 39 | 14 | 0 | 25 | C9 | 28 | 2D |
| Octal | 104 | 200 | 240 | 71 | 24 | 0 | 45 | 311 | 50 | 55 |
| Binary | 1000100 | 10000000 | 10100000 | 111001 | 10100 | 0 | 100101 | 11001001 | 101000 | 101101 |
Color Harmonies of #4480A0
Complementary color
Monochromatic Colors of #4480A0
Black with #4480A0
Text Example
Text Example
White with #4480A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4480A0; }
p { color: rgb(68,128,160); }
H1.HeaderClassName
{
color: #4480A0;
}
.AnyTagClassName
{
color: #4480A0;
}
</style>
background-color css
<style>
a { background-color: #4480A0; }
a { background-color: rgb(68,128,160); }
div.DivClassName
{
background-color: #4480A0;
}
.BgClassName
{
background-color: #4480A0;
}
</style>
border-color css
<style>
span { border-color: #4480A0; }
span { border-color: rgb(68,128,160); }
td.TdClassName
{
border-color: #4480A0;
}
.TagClassName
{
border-color: #4480A0;
}
</style>