Html Css Color HEX #4E2A47 Loulou

📋 copy color: '#4E2A47'

red 78 ◦ green 42 ◦ blue 71

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

Shades of Loulou #4E2A47

Tints of Loulou #4E2A47

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.99%

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 40.84%
G = 21.99%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4E2A47 (or 0x4E2A47) is known color: Loulou. HEX triplet: 4E, 2A and 47. RGB value is (78,42,71). Sum of RGB (Red+Green+Blue) = 78+42+71=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A47 is #B1D5B8. Grayscale: #373737. Windows color (decimal): -11654585 or 4663886. OLE color: 4663886.

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

Color convert

RGB 78 42 71 -
CMYK 0 0.46 0.09 0.69
HSL 311.67º 0.3% 0.24% -
HSV(B) 311.67º 0.46% 0.31% -
XYZ 5.11 3.73 6.41 -
YUV 56.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 78 42 71 0 0.46 0.09 0.69 311.67 0.3 0.24
Hex 4E 2A 47 0 2E 9 45 138 1E 18
Octal 116 52 107 0 56 11 105 470 36 30
Binary 1001110 101010 1000111 0 101110 1001 1000101 100111000 11110 11000

Color Harmonies of #4E2A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2A47

Black with #4E2A47

Text Example


Text Example

White with #4E2A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,42,71); }

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

background-color css

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

 a { background-color: rgb(78,42,71); }

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

border-color css

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

 span { border-color: rgb(78,42,71); }

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