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