Shades of Hippie Blue #4E939E
Tints of Hippie Blue #4E939E
RGB
CMYK
RGB Variations
Color information
#4E939E (or 0x4E939E) is known color: Hippie Blue. HEX triplet: 4E, 93 and 9E. RGB value is (78,147,158). Sum of RGB (Red+Green+Blue) = 78+147+158=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E939E is #B16C61. Grayscale: #7F7F7F. Windows color (decimal): -11627618 or 10392398. OLE color: 10392398.
HSL color Cylindrical-coordinate representation of color #4E939E: hue angle of 188.25º 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 #4E939E is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 147 | 158 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.38 |
| HSL | 188.25º | 0.34% | 0.46% | - |
| HSV(B) | 188.25º | 0.51% | 0.62% | - |
| XYZ | 19.75 | 24.96 | 36.12 | - |
| YUV | 127.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 158 | 0.51 | 0.07 | 0 | 0.38 | 188.25 | 0.34 | 0.46 |
| Hex | 4E | 93 | 9E | 33 | 7 | 0 | 26 | BC | 22 | 2E |
| Octal | 116 | 223 | 236 | 63 | 7 | 0 | 46 | 274 | 42 | 56 |
| Binary | 1001110 | 10010011 | 10011110 | 110011 | 111 | 0 | 100110 | 10111100 | 100010 | 101110 |
Color Harmonies of #4E939E
Complementary color
Monochromatic Colors of #4E939E
Black with #4E939E
Text Example
Text Example
White with #4E939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E939E; }
p { color: rgb(78,147,158); }
H1.HeaderClassName
{
color: #4E939E;
}
.AnyTagClassName
{
color: #4E939E;
}
</style>
background-color css
<style>
a { background-color: #4E939E; }
a { background-color: rgb(78,147,158); }
div.DivClassName
{
background-color: #4E939E;
}
.BgClassName
{
background-color: #4E939E;
}
</style>
border-color css
<style>
span { border-color: #4E939E; }
span { border-color: rgb(78,147,158); }
td.TdClassName
{
border-color: #4E939E;
}
.TagClassName
{
border-color: #4E939E;
}
</style>