Shades of Hippie Blue #4E839C
Tints of Hippie Blue #4E839C
RGB
CMYK
RGB Variations
Color information
#4E839C (or 0x4E839C) is known color: Hippie Blue. HEX triplet: 4E, 83 and 9C. RGB value is (78,131,156). Sum of RGB (Red+Green+Blue) = 78+131+156=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E839C is #B17C63. Grayscale: #757575. Windows color (decimal): -11631716 or 10257230. OLE color: 10257230.
HSL color Cylindrical-coordinate representation of color #4E839C: hue angle of 199.23º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E839C is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 131 | 156 | - |
| CMYK | 0.5 | 0.16 | 0 | 0.39 |
| HSL | 199.23º | 0.33% | 0.46% | - |
| HSV(B) | 199.23º | 0.5% | 0.61% | - |
| XYZ | 17.26 | 20.25 | 34.45 | - |
| YUV | 118 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 131 | 156 | 0.5 | 0.16 | 0 | 0.39 | 199.23 | 0.33 | 0.46 |
| Hex | 4E | 83 | 9C | 32 | 10 | 0 | 27 | C7 | 21 | 2E |
| Octal | 116 | 203 | 234 | 62 | 20 | 0 | 47 | 307 | 41 | 56 |
| Binary | 1001110 | 10000011 | 10011100 | 110010 | 10000 | 0 | 100111 | 11000111 | 100001 | 101110 |
Color Harmonies of #4E839C
Complementary color
Monochromatic Colors of #4E839C
Black with #4E839C
Text Example
Text Example
White with #4E839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E839C; }
p { color: rgb(78,131,156); }
H1.HeaderClassName
{
color: #4E839C;
}
.AnyTagClassName
{
color: #4E839C;
}
</style>
background-color css
<style>
a { background-color: #4E839C; }
a { background-color: rgb(78,131,156); }
div.DivClassName
{
background-color: #4E839C;
}
.BgClassName
{
background-color: #4E839C;
}
</style>
border-color css
<style>
span { border-color: #4E839C; }
span { border-color: rgb(78,131,156); }
td.TdClassName
{
border-color: #4E839C;
}
.TagClassName
{
border-color: #4E839C;
}
</style>