#4E1947

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

Shades of Loulou #4E1947

Tints of Loulou #4E1947

Color information

#4E1947 (or 0x4E1947) is unknown color: approx Loulou. HEX triplet: 4E, 19 and 47. RGB value is (78,25,71). Sum of RGB (Red+Green+Blue) = 78+25+71=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1947 is #B1E6B8. Grayscale: #2D2D2D. Windows color (decimal): -11658937 or 4659534. OLE color: 4659534.

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

Color convert

RGB782571-
CMYK00.680.090.69
HSL307.92º51.46%20.2%-
HSV(B)307.92º67.95%30.59%-
XYZ4.632.776.25-
YUV46.09142.06150.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.83%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=44.83%
G=14.37%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78257100.680.090.69307.9251.4620.2
Hex4E19470449451343314
Octal116311070104111054646324
Binary1001110110011000111010001001001100010110011010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,25,71); }

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

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

 a { background-color: rgb(78,25,71); }

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

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

 span { border-color: rgb(78,25,71); }

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