#4E889A

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

Shades of Hippie Blue #4E889A

Tints of Hippie Blue #4E889A

Color information

#4E889A (or 0x4E889A) is unknown color: approx Hippie Blue. HEX triplet: 4E, 88 and 9A. RGB value is (78,136,154). Sum of RGB (Red+Green+Blue) = 78+136+154=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E889A is #B17765. Grayscale: #787878. Windows color (decimal): -11630438 or 10127438. OLE color: 10127438.

HSL color Cylindrical-coordinate representation of color #4E889A: hue angle of 194.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E889A is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB78136154-
CMYK0.490.1200.40
HSL194.21º32.76%45.49%-
HSV(B)194.21º49.35%60.39%-
XYZ17.7821.5633.8-
YUV120.71146.7897.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.20%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=21.20%
G=36.96%
B=41.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781361540.490.1200.40194.2132.7645.49
Hex4E889A31C028c2212d
Octal11621023261140503024155
Binary100111010001000100110101100011100010100011000010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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