Html Css Color HEX #4E204A Loulou

📋 copy color: '#4E204A'

red 78 ◦ green 32 ◦ blue 74

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

Shades of Loulou #4E204A

Tints of Loulou #4E204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40.22%

R = 42.39%
G = 17.39%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4E204A (or 0x4E204A) is known color: Loulou. HEX triplet: 4E, 20 and 4A. RGB value is (78,32,74). Sum of RGB (Red+Green+Blue) = 78+32+74=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E204A is #B1DFB5. Grayscale: #323232. Windows color (decimal): -11657142 or 4857934. OLE color: 4857934.

HSL color Cylindrical-coordinate representation of color #4E204A: hue angle of 305.22º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E204A is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 32 74 -
CMYK 0 0.59 0.05 0.69
HSL 305.22º 0.42% 0.22% -
HSV(B) 305.22º 0.59% 0.31% -
XYZ 4.89 3.15 6.83 -
YUV 50.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 78 32 74 0 0.59 0.05 0.69 305.22 0.42 0.22
Hex 4E 20 4A 0 3B 5 45 131 2A 16
Octal 116 40 112 0 73 5 105 461 52 26
Binary 1001110 100000 1001010 0 111011 101 1000101 100110001 101010 10110

Color Harmonies of #4E204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E204A

Black with #4E204A

Text Example


Text Example

White with #4E204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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