#4E2A49

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

Shades of Loulou #4E2A49

Tints of Loulou #4E2A49

Color information

#4E2A49 (or 0x4E2A49) is unknown color: approx Loulou. HEX triplet: 4E, 2A and 49. RGB value is (78,42,73). Sum of RGB (Red+Green+Blue) = 78+42+73=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A49 is #B1D5B6. Grayscale: #383838. Windows color (decimal): -11654583 or 4794958. OLE color: 4794958.

HSL color Cylindrical-coordinate representation of color #4E2A49: hue angle of 308.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E2A49 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB784273-
CMYK00.460.060.69
HSL308.33º30%23.53%-
HSV(B)308.33º46.15%30.59%-
XYZ5.173.766.76-
YUV56.3137.43143.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=40.41%
G=21.76%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78427300.460.060.69308.333023.53
Hex4E2A4902E6451341e18
Octal1165211105661054643630
Binary10011101010101001001010111011010001011001101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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