#4E1949

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

Shades of Loulou #4E1949

Tints of Loulou #4E1949

Color information

#4E1949 (or 0x4E1949) is unknown color: approx Loulou. HEX triplet: 4E, 19 and 49. RGB value is (78,25,73). Sum of RGB (Red+Green+Blue) = 78+25+73=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1949 is #B1E6B6. Grayscale: #2E2E2E. Windows color (decimal): -11658935 or 4790606. OLE color: 4790606.

HSL color Cylindrical-coordinate representation of color #4E1949: hue angle of 305.66º 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 #4E1949 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB782573-
CMYK00.680.060.69
HSL305.66º51.46%20.2%-
HSV(B)305.66º67.95%30.59%-
XYZ4.692.86.6-
YUV46.32143.06150.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=44.32%
G=14.20%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78257300.680.060.69305.6651.4620.2
Hex4E19490446451323314
Octal11631111010461054626324
Binary100111011001100100101000100110100010110011001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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