Html Css Color HEX #4E229B Daisy Bush

📋 copy color: '#4E229B'

red 78 ◦ green 34 ◦ blue 155

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

Shades of Daisy Bush #4E229B

Tints of Daisy Bush #4E229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

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

R = 29.21%
G = 12.73%
B = 58.05%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E229B (or 0x4E229B) is known color: Daisy Bush. HEX triplet: 4E, 22 and 9B. RGB value is (78,34,155). Sum of RGB (Red+Green+Blue) = 78+34+155=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E229B is #B1DD64. Grayscale: #3C3C3C. Windows color (decimal): -11656549 or 10166862. OLE color: 10166862.

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

Color convert

RGB 78 34 155 -
CMYK 0.50 0.78 0 0.39
HSL 261.82º 0.64% 0.37% -
HSV(B) 261.82º 0.78% 0.61% -
XYZ 9.63 5.13 31.49 -
YUV 60.95 181.08 140.16 -
System Red Green Blue C M Y K H S L
Decimal 78 34 155 0.50 0.78 0 0.39 261.82 0.64 0.37
Hex 4E 22 9B 32 4E 0 27 106 40 25
Octal 116 42 233 62 116 0 47 406 100 45
Binary 1001110 100010 10011011 110010 1001110 0 100111 100000110 1000000 100101

Color Harmonies of #4E229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E229B

Black with #4E229B

Text Example


Text Example

White with #4E229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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