#4E819D

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

Shades of Hippie Blue #4E819D

Tints of Hippie Blue #4E819D

Color information

#4E819D (or 0x4E819D) is unknown color: approx Hippie Blue. HEX triplet: 4E, 81 and 9D. RGB value is (78,129,157). Sum of RGB (Red+Green+Blue) = 78+129+157=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E819D is #B17E62. Grayscale: #747474. Windows color (decimal): -11632227 or 10322254. OLE color: 10322254.

HSL color Cylindrical-coordinate representation of color #4E819D: hue angle of 201.27º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E819D is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB78129157-
CMYK0.500.1800.38
HSL201.27º33.62%46.08%-
HSV(B)201.27º50.32%61.57%-
XYZ17.0819.7534.81-
YUV116.94150.6100.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.43%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=21.43%
G=35.44%
B=43.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781291570.500.1800.38201.2733.6246.08
Hex4E819D3212026c9222e
Octal11620123562220463114256
Binary1001110100000011001110111001010010010011011001001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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