Shades of Hippie Blue #4E8AA2
Tints of Hippie Blue #4E8AA2
RGB
CMYK
RGB Variations
Color information
#4E8AA2 (or 0x4E8AA2) is known color: Hippie Blue. HEX triplet: 4E, 8A and A2. RGB value is (78,138,162). Sum of RGB (Red+Green+Blue) = 78+138+162=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 162 - color contains mainly: blue. Hex color #4E8AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8AA2 is #B1755D. Grayscale: #7A7A7A. Windows color (decimal): -11629918 or 10652238. OLE color: 10652238.
HSL color Cylindrical-coordinate representation of color #4E8AA2: hue angle of 197.14º degrees, saturation: 0.35, 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 #4E8AA2 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 138 | 162 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.36 |
| HSL | 197.14º | 0.35% | 0.47% | - |
| HSV(B) | 197.14º | 0.52% | 0.64% | - |
| XYZ | 18.75 | 22.41 | 37.52 | - |
| YUV | 122.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 162 | 0.52 | 0.15 | 0 | 0.36 | 197.14 | 0.35 | 0.47 |
| Hex | 4E | 8A | A2 | 34 | F | 0 | 24 | C5 | 23 | 2F |
| Octal | 116 | 212 | 242 | 64 | 17 | 0 | 44 | 305 | 43 | 57 |
| Binary | 1001110 | 10001010 | 10100010 | 110100 | 1111 | 0 | 100100 | 11000101 | 100011 | 101111 |
Color Harmonies of #4E8AA2
Complementary color
Monochromatic Colors of #4E8AA2
Black with #4E8AA2
Text Example
Text Example
White with #4E8AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8AA2; }
p { color: rgb(78,138,162); }
H1.HeaderClassName
{
color: #4E8AA2;
}
.AnyTagClassName
{
color: #4E8AA2;
}
</style>
background-color css
<style>
a { background-color: #4E8AA2; }
a { background-color: rgb(78,138,162); }
div.DivClassName
{
background-color: #4E8AA2;
}
.BgClassName
{
background-color: #4E8AA2;
}
</style>
border-color css
<style>
span { border-color: #4E8AA2; }
span { border-color: rgb(78,138,162); }
td.TdClassName
{
border-color: #4E8AA2;
}
.TagClassName
{
border-color: #4E8AA2;
}
</style>