Shades of Hippie Blue #4E889C
Tints of Hippie Blue #4E889C
RGB
CMYK
RGB Variations
Color information
#4E889C (or 0x4E889C) is known color: Hippie Blue. HEX triplet: 4E, 88 and 9C. RGB value is (78,136,156). Sum of RGB (Red+Green+Blue) = 78+136+156=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E889C is #B17763. Grayscale: #787878. Windows color (decimal): -11630436 or 10258510. OLE color: 10258510.
HSL color Cylindrical-coordinate representation of color #4E889C: hue angle of 195.38º 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 #4E889C is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 136 | 156 | - |
| CMYK | 0.5 | 0.13 | 0 | 0.39 |
| HSL | 195.38º | 0.33% | 0.46% | - |
| HSV(B) | 195.38º | 0.5% | 0.61% | - |
| XYZ | 17.95 | 21.63 | 34.68 | - |
| YUV | 120.94 | 147.78 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 136 | 156 | 0.5 | 0.13 | 0 | 0.39 | 195.38 | 0.33 | 0.46 |
| Hex | 4E | 88 | 9C | 32 | D | 0 | 27 | C3 | 21 | 2E |
| Octal | 116 | 210 | 234 | 62 | 15 | 0 | 47 | 303 | 41 | 56 |
| Binary | 1001110 | 10001000 | 10011100 | 110010 | 1101 | 0 | 100111 | 11000011 | 100001 | 101110 |
Color Harmonies of #4E889C
Complementary color
Monochromatic Colors of #4E889C
Black with #4E889C
Text Example
Text Example
White with #4E889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E889C; }
p { color: rgb(78,136,156); }
H1.HeaderClassName
{
color: #4E889C;
}
.AnyTagClassName
{
color: #4E889C;
}
</style>
background-color css
<style>
a { background-color: #4E889C; }
a { background-color: rgb(78,136,156); }
div.DivClassName
{
background-color: #4E889C;
}
.BgClassName
{
background-color: #4E889C;
}
</style>
border-color css
<style>
span { border-color: #4E889C; }
span { border-color: rgb(78,136,156); }
td.TdClassName
{
border-color: #4E889C;
}
.TagClassName
{
border-color: #4E889C;
}
</style>