Html Css Color HEX #4E219D Daisy Bush

📋 copy color: '#4E219D'

red 78 ◦ green 33 ◦ blue 157

#4E219D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #4E219D

Tints of Daisy Bush #4E219D

RGB

 RED value IS 78 (30.86% from 255) = 29.1%

 GREEN value IS 33 (13.28% from 255) = 12.31%

 BLUE value IS 157 (61.72% from 255) = 58.58%

R = 29.1%
G = 12.31%
B = 58.58%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E219D (or 0x4E219D) is known color: Daisy Bush. HEX triplet: 4E, 21 and 9D. RGB value is (78,33,157). Sum of RGB (Red+Green+Blue) = 78+33+157=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E219D is #B1DE62. Grayscale: #3C3C3C. Windows color (decimal): -11656803 or 10297678. OLE color: 10297678.

HSL color Cylindrical-coordinate representation of color #4E219D: hue angle of 261.77º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E219D is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 33 157 -
CMYK 0.50 0.79 0 0.38
HSL 261.77º 0.65% 0.37% -
HSV(B) 261.77º 0.79% 0.62% -
XYZ 9.77 5.14 32.38 -
YUV 60.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 78 33 157 0.50 0.79 0 0.38 261.77 0.65 0.37
Hex 4E 21 9D 32 4F 0 26 106 41 25
Octal 116 41 235 62 117 0 46 406 101 45
Binary 1001110 100001 10011101 110010 1001111 0 100110 100000110 1000001 100101

Color Harmonies of #4E219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E219D

Black with #4E219D

Text Example


Text Example

White with #4E219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,33,157); }

 H1.HeaderClassName
 {
   color: #4E219D;
 }
 .AnyTagClassName
 {
   color: #4E219D;
 }
</style>

background-color css

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

 a { background-color: rgb(78,33,157); }

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

border-color css

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

 span { border-color: rgb(78,33,157); }

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