Shades of Hippie Blue #4E88A4
Tints of Hippie Blue #4E88A4
RGB
CMYK
RGB Variations
Color information
#4E88A4 (or 0x4E88A4) is known color: Hippie Blue. HEX triplet: 4E, 88 and A4. RGB value is (78,136,164). Sum of RGB (Red+Green+Blue) = 78+136+164=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E88A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E88A4 is #B1775B. Grayscale: #797979. Windows color (decimal): -11630428 or 10782798. OLE color: 10782798.
HSL color Cylindrical-coordinate representation of color #4E88A4: hue angle of 199.53º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E88A4 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 136 | 164 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.36 |
| HSL | 199.53º | 0.36% | 0.47% | - |
| HSV(B) | 199.53º | 0.52% | 0.64% | - |
| XYZ | 18.65 | 21.91 | 38.37 | - |
| YUV | 121.85 | 151.78 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 136 | 164 | 0.52 | 0.17 | 0 | 0.36 | 199.53 | 0.36 | 0.47 |
| Hex | 4E | 88 | A4 | 34 | 11 | 0 | 24 | C8 | 24 | 2F |
| Octal | 116 | 210 | 244 | 64 | 21 | 0 | 44 | 310 | 44 | 57 |
| Binary | 1001110 | 10001000 | 10100100 | 110100 | 10001 | 0 | 100100 | 11001000 | 100100 | 101111 |
Color Harmonies of #4E88A4
Complementary color
Monochromatic Colors of #4E88A4
Black with #4E88A4
Text Example
Text Example
White with #4E88A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E88A4; }
p { color: rgb(78,136,164); }
H1.HeaderClassName
{
color: #4E88A4;
}
.AnyTagClassName
{
color: #4E88A4;
}
</style>
background-color css
<style>
a { background-color: #4E88A4; }
a { background-color: rgb(78,136,164); }
div.DivClassName
{
background-color: #4E88A4;
}
.BgClassName
{
background-color: #4E88A4;
}
</style>
border-color css
<style>
span { border-color: #4E88A4; }
span { border-color: rgb(78,136,164); }
td.TdClassName
{
border-color: #4E88A4;
}
.TagClassName
{
border-color: #4E88A4;
}
</style>