#4E879C

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

Shades of Hippie Blue #4E879C

Tints of Hippie Blue #4E879C

Color information

#4E879C (or 0x4E879C) is unknown color: approx Hippie Blue. HEX triplet: 4E, 87 and 9C. RGB value is (78,135,156). Sum of RGB (Red+Green+Blue) = 78+135+156=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E879C is #B17863. Grayscale: #787878. Windows color (decimal): -11630692 or 10258254. OLE color: 10258254.

HSL color Cylindrical-coordinate representation of color #4E879C: hue angle of 196.15º 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 #4E879C is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB78135156-
CMYK0.50.1300.39
HSL196.15º33.33%45.88%-
HSV(B)196.15º50%61.18%-
XYZ17.8121.3534.63-
YUV120.35148.1297.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.14%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=21.14%
G=36.59%
B=42.28%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781351560.50.1300.39196.1533.3345.88
Hex4E879C32D027c4212e
Octal11620723462150473044156
Binary100111010000111100111001100101101010011111000100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,135,156); }

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

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

 a { background-color: rgb(78,135,156); }

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

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

 span { border-color: rgb(78,135,156); }

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