Html Css Color HEX #4E344A Loulou

📋 copy color: '#4E344A'

red 78 ◦ green 52 ◦ blue 74

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

Shades of Loulou #4E344A

Tints of Loulou #4E344A

RGB

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

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

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

R = 38.24%
G = 25.49%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4E344A (or 0x4E344A) is known color: Loulou. HEX triplet: 4E, 34 and 4A. RGB value is (78,52,74). Sum of RGB (Red+Green+Blue) = 78+52+74=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E344A is #B1CBB5. Grayscale: #3E3E3E. Windows color (decimal): -11652022 or 4863054. OLE color: 4863054.

HSL color Cylindrical-coordinate representation of color #4E344A: hue angle of 309.23º 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 #4E344A is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 52 74 -
CMYK 0 0.33 0.05 0.69
HSL 309.23º 0.2% 0.25% -
HSV(B) 309.23º 0.33% 0.31% -
XYZ 5.61 4.57 7.07 -
YUV 62.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 78 52 74 0 0.33 0.05 0.69 309.23 0.2 0.25
Hex 4E 34 4A 0 21 5 45 135 14 19
Octal 116 64 112 0 41 5 105 465 24 31
Binary 1001110 110100 1001010 0 100001 101 1000101 100110101 10100 11001

Color Harmonies of #4E344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E344A

Black with #4E344A

Text Example


Text Example

White with #4E344A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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