Html Css Color HEX #4E344C Loulou

📋 copy color: '#4E344C'

red 78 ◦ green 52 ◦ blue 76

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

Shades of Loulou #4E344C

Tints of Loulou #4E344C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 37.86%
G = 25.24%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E344C (or 0x4E344C) is known color: Loulou. HEX triplet: 4E, 34 and 4C. RGB value is (78,52,76). Sum of RGB (Red+Green+Blue) = 78+52+76=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 78 - color contains mainly: red. Hex color #4E344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E344C is #B1CBB3. Grayscale: #3E3E3E. Windows color (decimal): -11652020 or 4994126. OLE color: 4994126.

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

Color convert

RGB 78 52 76 -
CMYK 0 0.33 0.03 0.69
HSL 304.62º 0.2% 0.25% -
HSV(B) 304.62º 0.33% 0.31% -
XYZ 5.67 4.6 7.43 -
YUV 62.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 78 52 76 0 0.33 0.03 0.69 304.62 0.2 0.25
Hex 4E 34 4C 0 21 3 45 131 14 19
Octal 116 64 114 0 41 3 105 461 24 31
Binary 1001110 110100 1001100 0 100001 11 1000101 100110001 10100 11001

Color Harmonies of #4E344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E344C

Black with #4E344C

Text Example


Text Example

White with #4E344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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