#4E219B

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

Shades of Daisy Bush #4E219B

Tints of Daisy Bush #4E219B

Color information

#4E219B (or 0x4E219B) is unknown color: approx Daisy Bush. HEX triplet: 4E, 21 and 9B. RGB value is (78,33,155). Sum of RGB (Red+Green+Blue) = 78+33+155=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E219B is #B1DE64. Grayscale: #3B3B3B. Windows color (decimal): -11656805 or 10166606. OLE color: 10166606.

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

Color convert

RGB7833155-
CMYK0.500.7900.39
HSL262.13º64.89%36.86%-
HSV(B)262.13º78.71%60.78%-
XYZ9.65.0731.48-
YUV60.36181.41140.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 155 (60.94% from 255) = 58.27%
R=29.32%
G=12.41%
B=58.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78331550.500.7900.39262.1364.8936.86
Hex4E219B324F0271064125
Octal116412336211704740610145
Binary100111010000110011011110010100111101001111000001101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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