Shades of Hippie Blue #4E809D
Tints of Hippie Blue #4E809D
RGB
CMYK
RGB Variations
Color information
#4E809D (or 0x4E809D) is known color: Hippie Blue. HEX triplet: 4E, 80 and 9D. RGB value is (78,128,157). Sum of RGB (Red+Green+Blue) = 78+128+157=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E809D is #B17F62. Grayscale: #747474. Windows color (decimal): -11632483 or 10321998. OLE color: 10321998.
HSL color Cylindrical-coordinate representation of color #4E809D: hue angle of 202.03º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E809D is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 128 | 157 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.38 |
| HSL | 202.03º | 0.34% | 0.46% | - |
| HSV(B) | 202.03º | 0.5% | 0.62% | - |
| XYZ | 16.95 | 19.49 | 34.77 | - |
| YUV | 116.36 | 150.94 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 157 | 0.50 | 0.18 | 0 | 0.38 | 202.03 | 0.34 | 0.46 |
| Hex | 4E | 80 | 9D | 32 | 12 | 0 | 26 | CA | 22 | 2E |
| Octal | 116 | 200 | 235 | 62 | 22 | 0 | 46 | 312 | 42 | 56 |
| Binary | 1001110 | 10000000 | 10011101 | 110010 | 10010 | 0 | 100110 | 11001010 | 100010 | 101110 |
Color Harmonies of #4E809D
Complementary color
Monochromatic Colors of #4E809D
Black with #4E809D
Text Example
Text Example
White with #4E809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E809D; }
p { color: rgb(78,128,157); }
H1.HeaderClassName
{
color: #4E809D;
}
.AnyTagClassName
{
color: #4E809D;
}
</style>
background-color css
<style>
a { background-color: #4E809D; }
a { background-color: rgb(78,128,157); }
div.DivClassName
{
background-color: #4E809D;
}
.BgClassName
{
background-color: #4E809D;
}
</style>
border-color css
<style>
span { border-color: #4E809D; }
span { border-color: rgb(78,128,157); }
td.TdClassName
{
border-color: #4E809D;
}
.TagClassName
{
border-color: #4E809D;
}
</style>