Shades of Hippie Blue #4E8791
Tints of Hippie Blue #4E8791
RGB
CMYK
RGB Variations
Color information
#4E8791 (or 0x4E8791) is known color: Hippie Blue. HEX triplet: 4E, 87 and 91. RGB value is (78,135,145). Sum of RGB (Red+Green+Blue) = 78+135+145=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E8791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8791 is #B1786E. Grayscale: #767676. Windows color (decimal): -11630703 or 9537358. OLE color: 9537358.
HSL color Cylindrical-coordinate representation of color #4E8791: hue angle of 188.96º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E8791 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 135 | 145 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.43 |
| HSL | 188.96º | 0.3% | 0.44% | - |
| HSV(B) | 188.96º | 0.46% | 0.57% | - |
| XYZ | 16.92 | 20.99 | 29.95 | - |
| YUV | 119.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 135 | 145 | 0.46 | 0.07 | 0 | 0.43 | 188.96 | 0.3 | 0.44 |
| Hex | 4E | 87 | 91 | 2E | 7 | 0 | 2B | BD | 1E | 2C |
| Octal | 116 | 207 | 221 | 56 | 7 | 0 | 53 | 275 | 36 | 54 |
| Binary | 1001110 | 10000111 | 10010001 | 101110 | 111 | 0 | 101011 | 10111101 | 11110 | 101100 |
Color Harmonies of #4E8791
Complementary color
Monochromatic Colors of #4E8791
Black with #4E8791
Text Example
Text Example
White with #4E8791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8791; }
p { color: rgb(78,135,145); }
H1.HeaderClassName
{
color: #4E8791;
}
.AnyTagClassName
{
color: #4E8791;
}
</style>
background-color css
<style>
a { background-color: #4E8791; }
a { background-color: rgb(78,135,145); }
div.DivClassName
{
background-color: #4E8791;
}
.BgClassName
{
background-color: #4E8791;
}
</style>
border-color css
<style>
span { border-color: #4E8791; }
span { border-color: rgb(78,135,145); }
td.TdClassName
{
border-color: #4E8791;
}
.TagClassName
{
border-color: #4E8791;
}
</style>