Shades of Hippie Blue #4790A0
Tints of Hippie Blue #4790A0
RGB
CMYK
RGB Variations
Color information
#4790A0 (or 0x4790A0) is known color: Hippie Blue. HEX triplet: 47, 90 and A0. RGB value is (71,144,160). Sum of RGB (Red+Green+Blue) = 71+144+160=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 160 - color contains mainly: blue. Hex color #4790A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4790A0 is #B86F5F. Grayscale: #7B7B7B. Windows color (decimal): -12087136 or 10522695. OLE color: 10522695.
HSL color Cylindrical-coordinate representation of color #4790A0: hue angle of 190.79º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4790A0 is Cyan = 0.56, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 144 | 160 | - |
| CMYK | 0.56 | 0.1 | 0 | 0.37 |
| HSL | 190.79º | 0.39% | 0.45% | - |
| HSV(B) | 190.79º | 0.56% | 0.63% | - |
| XYZ | 18.92 | 23.82 | 36.86 | - |
| YUV | 124 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 160 | 0.56 | 0.1 | 0 | 0.37 | 190.79 | 0.39 | 0.45 |
| Hex | 47 | 90 | A0 | 38 | A | 0 | 25 | BF | 27 | 2D |
| Octal | 107 | 220 | 240 | 70 | 12 | 0 | 45 | 277 | 47 | 55 |
| Binary | 1000111 | 10010000 | 10100000 | 111000 | 1010 | 0 | 100101 | 10111111 | 100111 | 101101 |
Color Harmonies of #4790A0
Complementary color
Monochromatic Colors of #4790A0
Black with #4790A0
Text Example
Text Example
White with #4790A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4790A0; }
p { color: rgb(71,144,160); }
H1.HeaderClassName
{
color: #4790A0;
}
.AnyTagClassName
{
color: #4790A0;
}
</style>
background-color css
<style>
a { background-color: #4790A0; }
a { background-color: rgb(71,144,160); }
div.DivClassName
{
background-color: #4790A0;
}
.BgClassName
{
background-color: #4790A0;
}
</style>
border-color css
<style>
span { border-color: #4790A0; }
span { border-color: rgb(71,144,160); }
td.TdClassName
{
border-color: #4790A0;
}
.TagClassName
{
border-color: #4790A0;
}
</style>