Shades of Hippie Blue #4981A0
Tints of Hippie Blue #4981A0
RGB
CMYK
RGB Variations
Color information
#4981A0 (or 0x4981A0) is known color: Hippie Blue. HEX triplet: 49, 81 and A0. RGB value is (73,129,160). Sum of RGB (Red+Green+Blue) = 73+129+160=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 160 - color contains mainly: blue. Hex color #4981A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4981A0 is #B67E5F. Grayscale: #737373. Windows color (decimal): -11959904 or 10518857. OLE color: 10518857.
HSL color Cylindrical-coordinate representation of color #4981A0: hue angle of 201.38º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4981A0 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 129 | 160 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.37 |
| HSL | 201.38º | 0.37% | 0.46% | - |
| HSV(B) | 201.38º | 0.54% | 0.63% | - |
| XYZ | 16.94 | 19.66 | 36.16 | - |
| YUV | 115.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 160 | 0.54 | 0.19 | 0 | 0.37 | 201.38 | 0.37 | 0.46 |
| Hex | 49 | 81 | A0 | 36 | 13 | 0 | 25 | C9 | 25 | 2E |
| Octal | 111 | 201 | 240 | 66 | 23 | 0 | 45 | 311 | 45 | 56 |
| Binary | 1001001 | 10000001 | 10100000 | 110110 | 10011 | 0 | 100101 | 11001001 | 100101 | 101110 |
Color Harmonies of #4981A0
Complementary color
Monochromatic Colors of #4981A0
Black with #4981A0
Text Example
Text Example
White with #4981A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4981A0; }
p { color: rgb(73,129,160); }
H1.HeaderClassName
{
color: #4981A0;
}
.AnyTagClassName
{
color: #4981A0;
}
</style>
background-color css
<style>
a { background-color: #4981A0; }
a { background-color: rgb(73,129,160); }
div.DivClassName
{
background-color: #4981A0;
}
.BgClassName
{
background-color: #4981A0;
}
</style>
border-color css
<style>
span { border-color: #4981A0; }
span { border-color: rgb(73,129,160); }
td.TdClassName
{
border-color: #4981A0;
}
.TagClassName
{
border-color: #4981A0;
}
</style>