#4E2949

Color #4E2949 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #4E2949

Tints of Loulou #4E2949

Color information

#4E2949 (or 0x4E2949) is unknown color: approx Loulou. HEX triplet: 4E, 29 and 49. RGB value is (78,41,73). Sum of RGB (Red+Green+Blue) = 78+41+73=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2949 is #B1D6B6. Grayscale: #373737. Windows color (decimal): -11654839 or 4794702. OLE color: 4794702.

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

Color convert

RGB784173-
CMYK00.470.060.69
HSL308.11º31.09%23.33%-
HSV(B)308.11º47.44%30.59%-
XYZ5.143.696.74-
YUV55.71137.76143.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=40.62%
G=21.35%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78417300.470.060.69308.1131.0923.33
Hex4E294902F6451341f17
Octal1165111105761054643727
Binary10011101010011001001010111111010001011001101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E2949;
 }
 .AnyTagClassName
 {
   color: #4E2949;
 }
</style>
background-color css

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

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

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

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

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

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