Html Css Color HEX #4E2E49 Loulou

📋 copy color: '#4E2E49'

red 78 ◦ green 46 ◦ blue 73

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

Shades of Loulou #4E2E49

Tints of Loulou #4E2E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.35%

 BLUE value IS 73 (28.91% from 255) = 37.06%

R = 39.59%
G = 23.35%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4E2E49 (or 0x4E2E49) is known color: Loulou. HEX triplet: 4E, 2E and 49. RGB value is (78,46,73). Sum of RGB (Red+Green+Blue) = 78+46+73=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E49 is #B1D1B6. Grayscale: #3A3A3A. Windows color (decimal): -11653559 or 4795982. OLE color: 4795982.

HSL color Cylindrical-coordinate representation of color #4E2E49: hue angle of 309.38º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E49 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 46 73 -
CMYK 0 0.41 0.06 0.69
HSL 309.38º 0.26% 0.24% -
HSV(B) 309.38º 0.41% 0.31% -
XYZ 5.32 4.05 6.81 -
YUV 58.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 78 46 73 0 0.41 0.06 0.69 309.38 0.26 0.24
Hex 4E 2E 49 0 29 6 45 135 1A 18
Octal 116 56 111 0 51 6 105 465 32 30
Binary 1001110 101110 1001001 0 101001 110 1000101 100110101 11010 11000

Color Harmonies of #4E2E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2E49

Black with #4E2E49

Text Example


Text Example

White with #4E2E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,46,73); }

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

background-color css

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

 a { background-color: rgb(78,46,73); }

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

border-color css

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

 span { border-color: rgb(78,46,73); }

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