Shades of Hippie Blue #4781A2
Tints of Hippie Blue #4781A2
RGB
CMYK
RGB Variations
Color information
#4781A2 (or 0x4781A2) is known color: Hippie Blue. HEX triplet: 47, 81 and A2. RGB value is (71,129,162). Sum of RGB (Red+Green+Blue) = 71+129+162=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 162 - color contains mainly: blue. Hex color #4781A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4781A2 is #B87E5D. Grayscale: #737373. Windows color (decimal): -12090974 or 10649927. OLE color: 10649927.
HSL color Cylindrical-coordinate representation of color #4781A2: hue angle of 201.76º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4781A2 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 129 | 162 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.36 |
| HSL | 201.76º | 0.39% | 0.46% | - |
| HSV(B) | 201.76º | 0.56% | 0.64% | - |
| XYZ | 16.97 | 19.65 | 37.08 | - |
| YUV | 115.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 129 | 162 | 0.56 | 0.20 | 0 | 0.36 | 201.76 | 0.39 | 0.46 |
| Hex | 47 | 81 | A2 | 38 | 14 | 0 | 24 | CA | 27 | 2E |
| Octal | 107 | 201 | 242 | 70 | 24 | 0 | 44 | 312 | 47 | 56 |
| Binary | 1000111 | 10000001 | 10100010 | 111000 | 10100 | 0 | 100100 | 11001010 | 100111 | 101110 |
Color Harmonies of #4781A2
Complementary color
Monochromatic Colors of #4781A2
Black with #4781A2
Text Example
Text Example
White with #4781A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4781A2; }
p { color: rgb(71,129,162); }
H1.HeaderClassName
{
color: #4781A2;
}
.AnyTagClassName
{
color: #4781A2;
}
</style>
background-color css
<style>
a { background-color: #4781A2; }
a { background-color: rgb(71,129,162); }
div.DivClassName
{
background-color: #4781A2;
}
.BgClassName
{
background-color: #4781A2;
}
</style>
border-color css
<style>
span { border-color: #4781A2; }
span { border-color: rgb(71,129,162); }
td.TdClassName
{
border-color: #4781A2;
}
.TagClassName
{
border-color: #4781A2;
}
</style>