Shades of Hippie Blue #4E919C
Tints of Hippie Blue #4E919C
RGB
CMYK
RGB Variations
Color information
#4E919C (or 0x4E919C) is known color: Hippie Blue. HEX triplet: 4E, 91 and 9C. RGB value is (78,145,156). Sum of RGB (Red+Green+Blue) = 78+145+156=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E919C is #B16E63. Grayscale: #7E7E7E. Windows color (decimal): -11628132 or 10260814. OLE color: 10260814.
HSL color Cylindrical-coordinate representation of color #4E919C: hue angle of 188.46º 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 #4E919C is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 145 | 156 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.39 |
| HSL | 188.46º | 0.33% | 0.46% | - |
| HSV(B) | 188.46º | 0.5% | 0.61% | - |
| XYZ | 19.27 | 24.27 | 35.12 | - |
| YUV | 126.22 | 144.8 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 156 | 0.5 | 0.07 | 0 | 0.39 | 188.46 | 0.33 | 0.46 |
| Hex | 4E | 91 | 9C | 32 | 7 | 0 | 27 | BC | 21 | 2E |
| Octal | 116 | 221 | 234 | 62 | 7 | 0 | 47 | 274 | 41 | 56 |
| Binary | 1001110 | 10010001 | 10011100 | 110010 | 111 | 0 | 100111 | 10111100 | 100001 | 101110 |
Color Harmonies of #4E919C
Complementary color
Monochromatic Colors of #4E919C
Black with #4E919C
Text Example
Text Example
White with #4E919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E919C; }
p { color: rgb(78,145,156); }
H1.HeaderClassName
{
color: #4E919C;
}
.AnyTagClassName
{
color: #4E919C;
}
</style>
background-color css
<style>
a { background-color: #4E919C; }
a { background-color: rgb(78,145,156); }
div.DivClassName
{
background-color: #4E919C;
}
.BgClassName
{
background-color: #4E919C;
}
</style>
border-color css
<style>
span { border-color: #4E919C; }
span { border-color: rgb(78,145,156); }
td.TdClassName
{
border-color: #4E919C;
}
.TagClassName
{
border-color: #4E919C;
}
</style>