#4E209D

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

Shades of Daisy Bush #4E209D

Tints of Daisy Bush #4E209D

Color information

#4E209D (or 0x4E209D) is unknown color: approx Daisy Bush. HEX triplet: 4E, 20 and 9D. RGB value is (78,32,157). Sum of RGB (Red+Green+Blue) = 78+32+157=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E209D is #B1DF62. Grayscale: #3B3B3B. Windows color (decimal): -11657059 or 10297422. OLE color: 10297422.

HSL color Cylindrical-coordinate representation of color #4E209D: hue angle of 262.08º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E209D is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7832157-
CMYK0.500.8000.38
HSL262.08º66.14%37.06%-
HSV(B)262.08º79.62%61.57%-
XYZ9.745.0932.37-
YUV60182.74140.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.21%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 157 (61.72% from 255) = 58.80%
R=29.21%
G=11.99%
B=58.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78321570.500.8000.38262.0866.1437.06
Hex4E209D32500261064225
Octal116402356212004640610245
Binary100111010000010011101110010101000001001101000001101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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