#4E1842

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

Shades of Loulou #4E1842

Tints of Loulou #4E1842

Color information

#4E1842 (or 0x4E1842) is unknown color: approx Loulou. HEX triplet: 4E, 18 and 42. RGB value is (78,24,66). Sum of RGB (Red+Green+Blue) = 78+24+66=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1842 is #B1E7BD. Grayscale: #2C2C2C. Windows color (decimal): -11659198 or 4331598. OLE color: 4331598.

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

Color convert

RGB782466-
CMYK00.690.150.69
HSL313.33º52.94%20%-
HSV(B)313.33º69.23%30.59%-
XYZ4.452.675.43-
YUV44.93139.89151.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.43%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=46.43%
G=14.29%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78246600.690.150.69313.3352.9420
Hex4E1842045F451393514
Octal116301020105171054716524
Binary1001110110001000010010001011111100010110011100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,24,66); }

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

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

 a { background-color: rgb(78,24,66); }

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

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

 span { border-color: rgb(78,24,66); }

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