#4E1649

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

Shades of Loulou #4E1649

Tints of Loulou #4E1649

Color information

#4E1649 (or 0x4E1649) is unknown color: approx Loulou. HEX triplet: 4E, 16 and 49. RGB value is (78,22,73). Sum of RGB (Red+Green+Blue) = 78+22+73=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1649 is #B1E9B6. Grayscale: #2C2C2C. Windows color (decimal): -11659703 or 4789838. OLE color: 4789838.

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

Color convert

RGB782273-
CMYK00.720.060.69
HSL305.36º56%19.61%-
HSV(B)305.36º71.79%30.59%-
XYZ4.632.676.58-
YUV44.56144.05151.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.09%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 73 (28.91% from 255) = 42.20%
R=45.09%
G=12.72%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78227300.720.060.69305.365619.61
Hex4E16490486451313814
Octal11626111011061054617024
Binary100111010110100100101001000110100010110011000111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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