#4E819C

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

Shades of Hippie Blue #4E819C

Tints of Hippie Blue #4E819C

Color information

#4E819C (or 0x4E819C) is unknown color: approx Hippie Blue. HEX triplet: 4E, 81 and 9C. RGB value is (78,129,156). Sum of RGB (Red+Green+Blue) = 78+129+156=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E819C is #B17E63. Grayscale: #747474. Windows color (decimal): -11632228 or 10256718. OLE color: 10256718.

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

Color convert

RGB78129156-
CMYK0.50.1700.39
HSL200.77º33.33%45.88%-
HSV(B)200.77º50%61.18%-
XYZ16.9919.7234.36-
YUV116.83150.1100.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.49%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=21.49%
G=35.54%
B=42.98%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781291560.50.1700.39200.7733.3345.88
Hex4E819C3211027c9212e
Octal11620123462210473114156
Binary1001110100000011001110011001010001010011111001001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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