#4E1348

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

Shades of Loulou #4E1348

Tints of Loulou #4E1348

Color information

#4E1348 (or 0x4E1348) is unknown color: approx Loulou. HEX triplet: 4E, 13 and 48. RGB value is (78,19,72). Sum of RGB (Red+Green+Blue) = 78+19+72=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1348 is #B1ECB7. Grayscale: #2A2A2A. Windows color (decimal): -11660472 or 4723534. OLE color: 4723534.

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

Color convert

RGB781972-
CMYK00.760.080.69
HSL306.1º60.82%19.02%-
HSV(B)306.1º75.64%30.59%-
XYZ4.542.556.38-
YUV42.68144.55153.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.15%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=46.15%
G=11.24%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78197200.760.080.69306.160.8219.02
Hex4E134804C8451323d13
Octal116231100114101054627523
Binary1001110100111001000010011001000100010110011001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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