Html Css Color HEX #4E294C Loulou

📋 copy color: '#4E294C'

red 78 ◦ green 41 ◦ blue 76

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

Shades of Loulou #4E294C

Tints of Loulou #4E294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.03%

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

R = 40%
G = 21.03%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E294C (or 0x4E294C) is known color: Loulou. HEX triplet: 4E, 29 and 4C. RGB value is (78,41,76). Sum of RGB (Red+Green+Blue) = 78+41+76=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E294C is #B1D6B3. Grayscale: #373737. Windows color (decimal): -11654836 or 4991310. OLE color: 4991310.

HSL color Cylindrical-coordinate representation of color #4E294C: hue angle of 303.24º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E294C is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 41 76 -
CMYK 0 0.47 0.03 0.69
HSL 303.24º 0.31% 0.23% -
HSV(B) 303.24º 0.47% 0.31% -
XYZ 5.24 3.73 7.28 -
YUV 56.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 78 41 76 0 0.47 0.03 0.69 303.24 0.31 0.23
Hex 4E 29 4C 0 2F 3 45 12F 1F 17
Octal 116 51 114 0 57 3 105 457 37 27
Binary 1001110 101001 1001100 0 101111 11 1000101 100101111 11111 10111

Color Harmonies of #4E294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E294C

Black with #4E294C

Text Example


Text Example

White with #4E294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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