Shades of Hippie Blue #4799A2
Tints of Hippie Blue #4799A2
RGB
CMYK
RGB Variations
Color information
#4799A2 (or 0x4799A2) is known color: Hippie Blue. HEX triplet: 47, 99 and A2. RGB value is (71,153,162). Sum of RGB (Red+Green+Blue) = 71+153+162=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #4799A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4799A2 is #B8665D. Grayscale: #818181. Windows color (decimal): -12084830 or 10656071. OLE color: 10656071.
HSL color Cylindrical-coordinate representation of color #4799A2: hue angle of 185.93º 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 #4799A2 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 153 | 162 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.36 |
| HSL | 185.93º | 0.39% | 0.46% | - |
| HSV(B) | 185.93º | 0.56% | 0.64% | - |
| XYZ | 20.51 | 26.73 | 38.26 | - |
| YUV | 129.51 | 146.33 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 162 | 0.56 | 0.06 | 0 | 0.36 | 185.93 | 0.39 | 0.46 |
| Hex | 47 | 99 | A2 | 38 | 6 | 0 | 24 | BA | 27 | 2E |
| Octal | 107 | 231 | 242 | 70 | 6 | 0 | 44 | 272 | 47 | 56 |
| Binary | 1000111 | 10011001 | 10100010 | 111000 | 110 | 0 | 100100 | 10111010 | 100111 | 101110 |
Color Harmonies of #4799A2
Complementary color
Monochromatic Colors of #4799A2
Black with #4799A2
Text Example
Text Example
White with #4799A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4799A2; }
p { color: rgb(71,153,162); }
H1.HeaderClassName
{
color: #4799A2;
}
.AnyTagClassName
{
color: #4799A2;
}
</style>
background-color css
<style>
a { background-color: #4799A2; }
a { background-color: rgb(71,153,162); }
div.DivClassName
{
background-color: #4799A2;
}
.BgClassName
{
background-color: #4799A2;
}
</style>
border-color css
<style>
span { border-color: #4799A2; }
span { border-color: rgb(71,153,162); }
td.TdClassName
{
border-color: #4799A2;
}
.TagClassName
{
border-color: #4799A2;
}
</style>