#4E2596

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

Shades of Daisy Bush #4E2596

Tints of Daisy Bush #4E2596

Color information

#4E2596 (or 0x4E2596) is unknown color: approx Daisy Bush. HEX triplet: 4E, 25 and 96. RGB value is (78,37,150). Sum of RGB (Red+Green+Blue) = 78+37+150=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E2596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2596 is #B1DA69. Grayscale: #3D3D3D. Windows color (decimal): -11655786 or 9839950. OLE color: 9839950.

HSL color Cylindrical-coordinate representation of color #4E2596: hue angle of 261.77º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E2596 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7837150-
CMYK0.480.7500.41
HSL261.77º60.43%36.67%-
HSV(B)261.77º75.33%58.82%-
XYZ9.315.1429.36-
YUV62.14177.58139.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.43%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=29.43%
G=13.96%
B=56.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78371500.480.7500.41261.7760.4336.67
Hex4E2596304B0291063c25
Octal11645226601130514067445
Binary10011101001011001011011000010010110101001100000110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,37,150); }

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

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

 a { background-color: rgb(78,37,150); }

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

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

 span { border-color: rgb(78,37,150); }

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