#4E1448

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

Shades of Loulou #4E1448

Tints of Loulou #4E1448

Color information

#4E1448 (or 0x4E1448) is unknown color: approx Loulou. HEX triplet: 4E, 14 and 48. RGB value is (78,20,72). Sum of RGB (Red+Green+Blue) = 78+20+72=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1448 is #B1EBB7. Grayscale: #2B2B2B. Windows color (decimal): -11660216 or 4723790. OLE color: 4723790.

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

Color convert

RGB782072-
CMYK00.740.080.69
HSL306.21º59.18%19.22%-
HSV(B)306.21º74.36%30.59%-
XYZ4.562.596.39-
YUV43.27144.22152.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.88%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=45.88%
G=11.76%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78207200.740.080.69306.2159.1819.22
Hex4E144804A8451323b13
Octal116241100112101054627323
Binary1001110101001001000010010101000100010110011001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,20,72); }

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

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

 a { background-color: rgb(78,20,72); }

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

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

 span { border-color: rgb(78,20,72); }

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