Shades of Hippie Blue #4E909C
Tints of Hippie Blue #4E909C
RGB
CMYK
RGB Variations
Color information
#4E909C (or 0x4E909C) is known color: Hippie Blue. HEX triplet: 4E, 90 and 9C. RGB value is (78,144,156). Sum of RGB (Red+Green+Blue) = 78+144+156=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E909C is #B16F63. Grayscale: #7D7D7D. Windows color (decimal): -11628388 or 10260558. OLE color: 10260558.
HSL color Cylindrical-coordinate representation of color #4E909C: hue angle of 189.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 #4E909C is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 144 | 156 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.39 |
| HSL | 189.23º | 0.33% | 0.46% | - |
| HSV(B) | 189.23º | 0.5% | 0.61% | - |
| XYZ | 19.12 | 23.97 | 35.07 | - |
| YUV | 125.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 156 | 0.5 | 0.08 | 0 | 0.39 | 189.23 | 0.33 | 0.46 |
| Hex | 4E | 90 | 9C | 32 | 8 | 0 | 27 | BD | 21 | 2E |
| Octal | 116 | 220 | 234 | 62 | 10 | 0 | 47 | 275 | 41 | 56 |
| Binary | 1001110 | 10010000 | 10011100 | 110010 | 1000 | 0 | 100111 | 10111101 | 100001 | 101110 |
Color Harmonies of #4E909C
Complementary color
Monochromatic Colors of #4E909C
Black with #4E909C
Text Example
Text Example
White with #4E909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E909C; }
p { color: rgb(78,144,156); }
H1.HeaderClassName
{
color: #4E909C;
}
.AnyTagClassName
{
color: #4E909C;
}
</style>
background-color css
<style>
a { background-color: #4E909C; }
a { background-color: rgb(78,144,156); }
div.DivClassName
{
background-color: #4E909C;
}
.BgClassName
{
background-color: #4E909C;
}
</style>
border-color css
<style>
span { border-color: #4E909C; }
span { border-color: rgb(78,144,156); }
td.TdClassName
{
border-color: #4E909C;
}
.TagClassName
{
border-color: #4E909C;
}
</style>