#4E19A2

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

Shades of Daisy Bush #4E19A2

Tints of Daisy Bush #4E19A2

Color information

#4E19A2 (or 0x4E19A2) is unknown color: approx Daisy Bush. HEX triplet: 4E, 19 and A2. RGB value is (78,25,162). Sum of RGB (Red+Green+Blue) = 78+25+162=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 162 (63.67% from 255 or 61.13% from 265); Max value from RGB is 162 - color contains mainly: blue. Hex color #4E19A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E19A2 is #B1E65D. Grayscale: #373737. Windows color (decimal): -11658846 or 10623310. OLE color: 10623310.

HSL color Cylindrical-coordinate representation of color #4E19A2: hue angle of 263.21º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E19A2 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7825162-
CMYK0.520.8500.36
HSL263.21º73.26%36.67%-
HSV(B)263.21º84.57%63.53%-
XYZ10.014.9234.61-
YUV56.46187.56143.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.43%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 162 (63.67% from 255) = 61.13%
R=29.43%
G=9.43%
B=61.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78251620.520.8500.36263.2173.2636.67
Hex4E19A234550241074925
Octal116312426412504440711145
Binary10011101100110100010110100101010101001001000001111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E19A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,25,162); }

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

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

 a { background-color: rgb(78,25,162); }

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

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

 span { border-color: rgb(78,25,162); }

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