Shades of Hippie Blue #4798A2
Tints of Hippie Blue #4798A2
RGB
CMYK
RGB Variations
Color information
#4798A2 (or 0x4798A2) is known color: Hippie Blue. HEX triplet: 47, 98 and A2. RGB value is (71,152,162). Sum of RGB (Red+Green+Blue) = 71+152+162=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #4798A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4798A2 is #B8675D. Grayscale: #808080. Windows color (decimal): -12085086 or 10655815. OLE color: 10655815.
HSL color Cylindrical-coordinate representation of color #4798A2: hue angle of 186.59º 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 #4798A2 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 152 | 162 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.36 |
| HSL | 186.59º | 0.39% | 0.46% | - |
| HSV(B) | 186.59º | 0.56% | 0.64% | - |
| XYZ | 20.35 | 26.4 | 38.21 | - |
| YUV | 128.92 | 146.66 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 152 | 162 | 0.56 | 0.06 | 0 | 0.36 | 186.59 | 0.39 | 0.46 |
| Hex | 47 | 98 | A2 | 38 | 6 | 0 | 24 | BB | 27 | 2E |
| Octal | 107 | 230 | 242 | 70 | 6 | 0 | 44 | 273 | 47 | 56 |
| Binary | 1000111 | 10011000 | 10100010 | 111000 | 110 | 0 | 100100 | 10111011 | 100111 | 101110 |
Color Harmonies of #4798A2
Complementary color
Monochromatic Colors of #4798A2
Black with #4798A2
Text Example
Text Example
White with #4798A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4798A2; }
p { color: rgb(71,152,162); }
H1.HeaderClassName
{
color: #4798A2;
}
.AnyTagClassName
{
color: #4798A2;
}
</style>
background-color css
<style>
a { background-color: #4798A2; }
a { background-color: rgb(71,152,162); }
div.DivClassName
{
background-color: #4798A2;
}
.BgClassName
{
background-color: #4798A2;
}
</style>
border-color css
<style>
span { border-color: #4798A2; }
span { border-color: rgb(71,152,162); }
td.TdClassName
{
border-color: #4798A2;
}
.TagClassName
{
border-color: #4798A2;
}
</style>