#4E219E

Color #4E219E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #4E219E

Tints of Daisy Bush #4E219E

Color information

#4E219E (or 0x4E219E) is unknown color: approx Daisy Bush. HEX triplet: 4E, 21 and 9E. RGB value is (78,33,158). Sum of RGB (Red+Green+Blue) = 78+33+158=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E219E is #B1DE61. Grayscale: #3C3C3C. Windows color (decimal): -11656802 or 10363214. OLE color: 10363214.

HSL color Cylindrical-coordinate representation of color #4E219E: hue angle of 261.6º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E219E is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7833158-
CMYK0.510.7900.38
HSL261.6º65.45%37.45%-
HSV(B)261.6º79.11%61.96%-
XYZ9.865.1832.83-
YUV60.7182.91140.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.00%
GREEN value IS 33 (13.28% from 255) = 12.27%
BLUE value IS 158 (62.11% from 255) = 58.74%
R=29.00%
G=12.27%
B=58.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78331580.510.7900.38261.665.4537.45
Hex4E219E334F0261064125
Octal116412366311704640610145
Binary100111010000110011110110011100111101001101000001101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,33,158); }

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

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

 a { background-color: rgb(78,33,158); }

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

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

 span { border-color: rgb(78,33,158); }

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