Shades of Hippie Blue #4E7D9B
Tints of Hippie Blue #4E7D9B
RGB
CMYK
RGB Variations
Color information
#4E7D9B (or 0x4E7D9B) is known color: Hippie Blue. HEX triplet: 4E, 7D and 9B. RGB value is (78,125,155). Sum of RGB (Red+Green+Blue) = 78+125+155=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E7D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7D9B is #B18264. Grayscale: #727272. Windows color (decimal): -11633253 or 10190158. OLE color: 10190158.
HSL color Cylindrical-coordinate representation of color #4E7D9B: hue angle of 203.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 #4E7D9B is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 125 | 155 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.39 |
| HSL | 203.38º | 0.33% | 0.46% | - |
| HSV(B) | 203.38º | 0.5% | 0.61% | - |
| XYZ | 16.39 | 18.65 | 33.75 | - |
| YUV | 114.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 155 | 0.50 | 0.19 | 0 | 0.39 | 203.38 | 0.33 | 0.46 |
| Hex | 4E | 7D | 9B | 32 | 13 | 0 | 27 | CB | 21 | 2E |
| Octal | 116 | 175 | 233 | 62 | 23 | 0 | 47 | 313 | 41 | 56 |
| Binary | 1001110 | 1111101 | 10011011 | 110010 | 10011 | 0 | 100111 | 11001011 | 100001 | 101110 |
Color Harmonies of #4E7D9B
Complementary color
Monochromatic Colors of #4E7D9B
Black with #4E7D9B
Text Example
Text Example
White with #4E7D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7D9B; }
p { color: rgb(78,125,155); }
H1.HeaderClassName
{
color: #4E7D9B;
}
.AnyTagClassName
{
color: #4E7D9B;
}
</style>
background-color css
<style>
a { background-color: #4E7D9B; }
a { background-color: rgb(78,125,155); }
div.DivClassName
{
background-color: #4E7D9B;
}
.BgClassName
{
background-color: #4E7D9B;
}
</style>
border-color css
<style>
span { border-color: #4E7D9B; }
span { border-color: rgb(78,125,155); }
td.TdClassName
{
border-color: #4E7D9B;
}
.TagClassName
{
border-color: #4E7D9B;
}
</style>