#4E1A9E

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

Shades of Daisy Bush #4E1A9E

Tints of Daisy Bush #4E1A9E

Color information

#4E1A9E (or 0x4E1A9E) is unknown color: approx Daisy Bush. HEX triplet: 4E, 1A and 9E. RGB value is (78,26,158). Sum of RGB (Red+Green+Blue) = 78+26+158=262 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.77% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E1A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1A9E is #B1E561. Grayscale: #383838. Windows color (decimal): -11658594 or 10361422. OLE color: 10361422.

HSL color Cylindrical-coordinate representation of color #4E1A9E: hue angle of 263.64º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E1A9E is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7826158-
CMYK0.510.8400.38
HSL263.64º71.74%36.08%-
HSV(B)263.64º83.54%61.96%-
XYZ9.684.8332.77-
YUV56.6185.23143.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.77%
GREEN value IS 26 (10.55% from 255) = 9.92%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=29.77%
G=9.92%
B=60.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78261580.510.8400.38263.6471.7436.08
Hex4E1A9E33540261084824
Octal116322366312404641011044
Binary10011101101010011110110011101010001001101000010001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,26,158); }

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

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

 a { background-color: rgb(78,26,158); }

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

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

 span { border-color: rgb(78,26,158); }

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