#4E1C9B

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

Shades of Daisy Bush #4E1C9B

Tints of Daisy Bush #4E1C9B

Color information

#4E1C9B (or 0x4E1C9B) is unknown color: approx Daisy Bush. HEX triplet: 4E, 1C and 9B. RGB value is (78,28,155). Sum of RGB (Red+Green+Blue) = 78+28+155=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E1C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1C9B is #B1E364. Grayscale: #383838. Windows color (decimal): -11658085 or 10165326. OLE color: 10165326.

HSL color Cylindrical-coordinate representation of color #4E1C9B: hue angle of 263.62º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1C9B is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7828155-
CMYK0.500.8200.39
HSL263.62º69.4%35.88%-
HSV(B)263.62º81.94%60.78%-
XYZ9.474.8231.44-
YUV57.43183.06142.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.89%
GREEN value IS 28 (11.33% from 255) = 10.73%
BLUE value IS 155 (60.94% from 255) = 59.39%
R=29.89%
G=10.73%
B=59.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78281550.500.8200.39263.6269.435.88
Hex4E1C9B32520271084524
Octal116342336212204741010544
Binary10011101110010011011110010101001001001111000010001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,28,155); }

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

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

 a { background-color: rgb(78,28,155); }

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

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

 span { border-color: rgb(78,28,155); }

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