#4E229A

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

Shades of Daisy Bush #4E229A

Tints of Daisy Bush #4E229A

Color information

#4E229A (or 0x4E229A) is unknown color: approx Daisy Bush. HEX triplet: 4E, 22 and 9A. RGB value is (78,34,154). Sum of RGB (Red+Green+Blue) = 78+34+154=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E229A is #B1DD65. Grayscale: #3C3C3C. Windows color (decimal): -11656550 or 10101326. OLE color: 10101326.

HSL color Cylindrical-coordinate representation of color #4E229A: hue angle of 262º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E229A is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7834154-
CMYK0.490.7800.40
HSL262º63.83%36.86%-
HSV(B)262º77.92%60.39%-
XYZ9.555.131.05-
YUV60.84180.58140.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 34 (13.67% from 255) = 12.78%
BLUE value IS 154 (60.55% from 255) = 57.89%
R=29.32%
G=12.78%
B=57.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78341540.490.7800.4026263.8336.86
Hex4E229A314E0281064025
Octal116422326111605040610045
Binary100111010001010011010110001100111001010001000001101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,34,154); }

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

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

 a { background-color: rgb(78,34,154); }

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

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

 span { border-color: rgb(78,34,154); }

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