Shades of Hippie Blue #4E939F
Tints of Hippie Blue #4E939F
RGB
CMYK
RGB Variations
Color information
#4E939F (or 0x4E939F) is known color: Hippie Blue. HEX triplet: 4E, 93 and 9F. RGB value is (78,147,159). Sum of RGB (Red+Green+Blue) = 78+147+159=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E939F is #B16C60. Grayscale: #7F7F7F. Windows color (decimal): -11627617 or 10457934. OLE color: 10457934.
HSL color Cylindrical-coordinate representation of color #4E939F: hue angle of 188.89º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E939F is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 147 | 159 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.38 |
| HSL | 188.89º | 0.34% | 0.46% | - |
| HSV(B) | 188.89º | 0.51% | 0.62% | - |
| XYZ | 19.83 | 24.99 | 36.58 | - |
| YUV | 127.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 159 | 0.51 | 0.08 | 0 | 0.38 | 188.89 | 0.34 | 0.46 |
| Hex | 4E | 93 | 9F | 33 | 8 | 0 | 26 | BD | 22 | 2E |
| Octal | 116 | 223 | 237 | 63 | 10 | 0 | 46 | 275 | 42 | 56 |
| Binary | 1001110 | 10010011 | 10011111 | 110011 | 1000 | 0 | 100110 | 10111101 | 100010 | 101110 |
Color Harmonies of #4E939F
Complementary color
Monochromatic Colors of #4E939F
Black with #4E939F
Text Example
Text Example
White with #4E939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E939F; }
p { color: rgb(78,147,159); }
H1.HeaderClassName
{
color: #4E939F;
}
.AnyTagClassName
{
color: #4E939F;
}
</style>
background-color css
<style>
a { background-color: #4E939F; }
a { background-color: rgb(78,147,159); }
div.DivClassName
{
background-color: #4E939F;
}
.BgClassName
{
background-color: #4E939F;
}
</style>
border-color css
<style>
span { border-color: #4E939F; }
span { border-color: rgb(78,147,159); }
td.TdClassName
{
border-color: #4E939F;
}
.TagClassName
{
border-color: #4E939F;
}
</style>