Html Css Color HEX #4E344D Loulou

📋 copy color: '#4E344D'

red 78 ◦ green 52 ◦ blue 77

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

Shades of Loulou #4E344D

Tints of Loulou #4E344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

 BLUE value IS 77 (30.47% from 255) = 37.2%

R = 37.68%
G = 25.12%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4E344D (or 0x4E344D) is known color: Loulou. HEX triplet: 4E, 34 and 4D. RGB value is (78,52,77). Sum of RGB (Red+Green+Blue) = 78+52+77=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 78 - color contains mainly: red. Hex color #4E344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E344D is #B1CBB2. Grayscale: #3E3E3E. Windows color (decimal): -11652019 or 5059662. OLE color: 5059662.

HSL color Cylindrical-coordinate representation of color #4E344D: hue angle of 302.31º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E344D is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 52 77 -
CMYK 0 0.33 0.01 0.69
HSL 302.31º 0.2% 0.25% -
HSV(B) 302.31º 0.33% 0.31% -
XYZ 5.71 4.61 7.61 -
YUV 62.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 78 52 77 0 0.33 0.01 0.69 302.31 0.2 0.25
Hex 4E 34 4D 0 21 1 45 12E 14 19
Octal 116 64 115 0 41 1 105 456 24 31
Binary 1001110 110100 1001101 0 100001 1 1000101 100101110 10100 11001

Color Harmonies of #4E344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E344D

Black with #4E344D

Text Example


Text Example

White with #4E344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,52,77); }

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

background-color css

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

 a { background-color: rgb(78,52,77); }

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

border-color css

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

 span { border-color: rgb(78,52,77); }

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