Html Css Color HEX #4E294A Loulou

📋 copy color: '#4E294A'

red 78 ◦ green 41 ◦ blue 74

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

Shades of Loulou #4E294A

Tints of Loulou #4E294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.24%

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

R = 40.41%
G = 21.24%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4E294A (or 0x4E294A) is known color: Loulou. HEX triplet: 4E, 29 and 4A. RGB value is (78,41,74). Sum of RGB (Red+Green+Blue) = 78+41+74=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E294A is #B1D6B5. Grayscale: #373737. Windows color (decimal): -11654838 or 4860238. OLE color: 4860238.

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

Color convert

RGB 78 41 74 -
CMYK 0 0.47 0.05 0.69
HSL 306.49º 0.31% 0.23% -
HSV(B) 306.49º 0.47% 0.31% -
XYZ 5.17 3.7 6.92 -
YUV 55.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 78 41 74 0 0.47 0.05 0.69 306.49 0.31 0.23
Hex 4E 29 4A 0 2F 5 45 132 1F 17
Octal 116 51 112 0 57 5 105 462 37 27
Binary 1001110 101001 1001010 0 101111 101 1000101 100110010 11111 10111

Color Harmonies of #4E294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E294A

Black with #4E294A

Text Example


Text Example

White with #4E294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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