Html Css Color HEX #4E2442 Loulou

📋 copy color: '#4E2442'

red 78 ◦ green 36 ◦ blue 66

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

Shades of Loulou #4E2442

Tints of Loulou #4E2442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 43.33%
G = 20%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#4E2442 (or 0x4E2442) is known color: Loulou. HEX triplet: 4E, 24 and 42. RGB value is (78,36,66). Sum of RGB (Red+Green+Blue) = 78+36+66=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2442 is #B1DBBD. Grayscale: #333333. Windows color (decimal): -11656126 or 4334670. OLE color: 4334670.

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

Color convert

RGB 78 36 66 -
CMYK 0 0.54 0.15 0.69
HSL 317.14º 0.37% 0.22% -
HSV(B) 317.14º 0.54% 0.31% -
XYZ 4.76 3.27 5.54 -
YUV 51.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 78 36 66 0 0.54 0.15 0.69 317.14 0.37 0.22
Hex 4E 24 42 0 36 F 45 13D 25 16
Octal 116 44 102 0 66 17 105 475 45 26
Binary 1001110 100100 1000010 0 110110 1111 1000101 100111101 100101 10110

Color Harmonies of #4E2442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2442

Black with #4E2442

Text Example


Text Example

White with #4E2442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,36,66); }

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

background-color css

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

 a { background-color: rgb(78,36,66); }

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

border-color css

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

 span { border-color: rgb(78,36,66); }

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