Html Css Color HEX #4E209B Daisy Bush

📋 copy color: '#4E209B'

red 78 ◦ green 32 ◦ blue 155

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

Shades of Daisy Bush #4E209B

Tints of Daisy Bush #4E209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 29.43%
G = 12.08%
B = 58.49%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E209B (or 0x4E209B) is known color: Daisy Bush. HEX triplet: 4E, 20 and 9B. RGB value is (78,32,155). Sum of RGB (Red+Green+Blue) = 78+32+155=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E209B is #B1DF64. Grayscale: #3B3B3B. Windows color (decimal): -11657061 or 10166350. OLE color: 10166350.

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

Color convert

RGB 78 32 155 -
CMYK 0.50 0.79 0 0.39
HSL 262.44º 0.66% 0.37% -
HSV(B) 262.44º 0.79% 0.61% -
XYZ 9.57 5.02 31.47 -
YUV 59.78 181.74 141 -
System Red Green Blue C M Y K H S L
Decimal 78 32 155 0.50 0.79 0 0.39 262.44 0.66 0.37
Hex 4E 20 9B 32 4F 0 27 106 42 25
Octal 116 40 233 62 117 0 47 406 102 45
Binary 1001110 100000 10011011 110010 1001111 0 100111 100000110 1000010 100101

Color Harmonies of #4E209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E209B

Black with #4E209B

Text Example


Text Example

White with #4E209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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