Shades of Hippie Blue #4E899D
Tints of Hippie Blue #4E899D
RGB
CMYK
RGB Variations
Color information
#4E899D (or 0x4E899D) is known color: Hippie Blue. HEX triplet: 4E, 89 and 9D. RGB value is (78,137,157). Sum of RGB (Red+Green+Blue) = 78+137+157=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E899D is #B17662. Grayscale: #797979. Windows color (decimal): -11630179 or 10324302. OLE color: 10324302.
HSL color Cylindrical-coordinate representation of color #4E899D: hue angle of 195.19º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E899D is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 137 | 157 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.38 |
| HSL | 195.19º | 0.34% | 0.46% | - |
| HSV(B) | 195.19º | 0.5% | 0.62% | - |
| XYZ | 18.17 | 21.95 | 35.18 | - |
| YUV | 121.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 137 | 157 | 0.50 | 0.13 | 0 | 0.38 | 195.19 | 0.34 | 0.46 |
| Hex | 4E | 89 | 9D | 32 | D | 0 | 26 | C3 | 22 | 2E |
| Octal | 116 | 211 | 235 | 62 | 15 | 0 | 46 | 303 | 42 | 56 |
| Binary | 1001110 | 10001001 | 10011101 | 110010 | 1101 | 0 | 100110 | 11000011 | 100010 | 101110 |
Color Harmonies of #4E899D
Complementary color
Monochromatic Colors of #4E899D
Black with #4E899D
Text Example
Text Example
White with #4E899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E899D; }
p { color: rgb(78,137,157); }
H1.HeaderClassName
{
color: #4E899D;
}
.AnyTagClassName
{
color: #4E899D;
}
</style>
background-color css
<style>
a { background-color: #4E899D; }
a { background-color: rgb(78,137,157); }
div.DivClassName
{
background-color: #4E899D;
}
.BgClassName
{
background-color: #4E899D;
}
</style>
border-color css
<style>
span { border-color: #4E899D; }
span { border-color: rgb(78,137,157); }
td.TdClassName
{
border-color: #4E899D;
}
.TagClassName
{
border-color: #4E899D;
}
</style>