#4E1549

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

Shades of Loulou #4E1549

Tints of Loulou #4E1549

Color information

#4E1549 (or 0x4E1549) is unknown color: approx Loulou. HEX triplet: 4E, 15 and 49. RGB value is (78,21,73). Sum of RGB (Red+Green+Blue) = 78+21+73=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1549 is #B1EAB6. Grayscale: #2B2B2B. Windows color (decimal): -11659959 or 4789582. OLE color: 4789582.

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

Color convert

RGB782173-
CMYK00.730.060.69
HSL305.26º57.58%19.41%-
HSV(B)305.26º73.08%30.59%-
XYZ4.612.646.57-
YUV43.97144.38152.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.35%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 73 (28.91% from 255) = 42.44%
R=45.35%
G=12.21%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78217300.730.060.69305.2657.5819.41
Hex4E15490496451313a13
Octal11625111011161054617223
Binary100111010101100100101001001110100010110011000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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