Shades of Hippie Blue #4988A1
Tints of Hippie Blue #4988A1
RGB
CMYK
RGB Variations
Color information
#4988A1 (or 0x4988A1) is known color: Hippie Blue. HEX triplet: 49, 88 and A1. RGB value is (73,136,161). Sum of RGB (Red+Green+Blue) = 73+136+161=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 161 - color contains mainly: blue. Hex color #4988A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4988A1 is #B6775E. Grayscale: #777777. Windows color (decimal): -11958111 or 10586185. OLE color: 10586185.
HSL color Cylindrical-coordinate representation of color #4988A1: hue angle of 197.05º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4988A1 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 136 | 161 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.37 |
| HSL | 197.05º | 0.38% | 0.46% | - |
| HSV(B) | 197.05º | 0.55% | 0.63% | - |
| XYZ | 17.98 | 21.6 | 36.94 | - |
| YUV | 120.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 161 | 0.55 | 0.16 | 0 | 0.37 | 197.05 | 0.38 | 0.46 |
| Hex | 49 | 88 | A1 | 37 | 10 | 0 | 25 | C5 | 26 | 2E |
| Octal | 111 | 210 | 241 | 67 | 20 | 0 | 45 | 305 | 46 | 56 |
| Binary | 1001001 | 10001000 | 10100001 | 110111 | 10000 | 0 | 100101 | 11000101 | 100110 | 101110 |
Color Harmonies of #4988A1
Complementary color
Monochromatic Colors of #4988A1
Black with #4988A1
Text Example
Text Example
White with #4988A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4988A1; }
p { color: rgb(73,136,161); }
H1.HeaderClassName
{
color: #4988A1;
}
.AnyTagClassName
{
color: #4988A1;
}
</style>
background-color css
<style>
a { background-color: #4988A1; }
a { background-color: rgb(73,136,161); }
div.DivClassName
{
background-color: #4988A1;
}
.BgClassName
{
background-color: #4988A1;
}
</style>
border-color css
<style>
span { border-color: #4988A1; }
span { border-color: rgb(73,136,161); }
td.TdClassName
{
border-color: #4988A1;
}
.TagClassName
{
border-color: #4988A1;
}
</style>