#4E8196

Color #4E8196 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #4E8196

Tints of Hippie Blue #4E8196

Color information

#4E8196 (or 0x4E8196) is unknown color: approx Hippie Blue. HEX triplet: 4E, 81 and 96. RGB value is (78,129,150). Sum of RGB (Red+Green+Blue) = 78+129+150=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E8196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8196 is #B17E69. Grayscale: #747474. Windows color (decimal): -11632234 or 9863502. OLE color: 9863502.

HSL color Cylindrical-coordinate representation of color #4E8196: hue angle of 197.5º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E8196 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB78129150-
CMYK0.480.1400.41
HSL197.5º31.58%44.71%-
HSV(B)197.5º48%58.82%-
XYZ16.519.5231.75-
YUV116.15147.1100.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 21.85%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=21.85%
G=36.13%
B=42.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781291500.480.1400.41197.531.5844.71
Hex4E819630E029c6202d
Octal11620122660160513064055
Binary100111010000001100101101100001110010100111000110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E8196; }

 p { color: rgb(78,129,150); }

 H1.HeaderClassName
 {
   color: #4E8196;
 }
 .AnyTagClassName
 {
   color: #4E8196;
 }
</style>
background-color css

<style>
 a { background-color: #4E8196; }

 a { background-color: rgb(78,129,150); }

 div.DivClassName
 {
   background-color: #4E8196;
 }
 .BgClassName
 {
   background-color: #4E8196;
 }
</style>
border-color css

<style>
 span { border-color: #4E8196; }

 span { border-color: rgb(78,129,150); }

 td.TdClassName
 {
   border-color: #4E8196;
 }
 .TagClassName
 {
   border-color: #4E8196;
 }
</style>