#4E889C

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

Shades of Hippie Blue #4E889C

Tints of Hippie Blue #4E889C

Color information

#4E889C (or 0x4E889C) is unknown color: approx Hippie Blue. HEX triplet: 4E, 88 and 9C. RGB value is (78,136,156). Sum of RGB (Red+Green+Blue) = 78+136+156=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E889C is #B17763. Grayscale: #787878. Windows color (decimal): -11630436 or 10258510. OLE color: 10258510.

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

Color convert

RGB78136156-
CMYK0.50.1300.39
HSL195.38º33.33%45.88%-
HSV(B)195.38º50%61.18%-
XYZ17.9521.6334.68-
YUV120.94147.7897.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.08%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=21.08%
G=36.76%
B=42.16%

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
Decimal781361560.50.1300.39195.3833.3345.88
Hex4E889C32D027c3212e
Octal11621023462150473034156
Binary100111010001000100111001100101101010011111000011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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