#4E1E4B

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

Shades of Loulou #4E1E4B

Tints of Loulou #4E1E4B

Color information

#4E1E4B (or 0x4E1E4B) is unknown color: approx Loulou. HEX triplet: 4E, 1E and 4B. RGB value is (78,30,75). Sum of RGB (Red+Green+Blue) = 78+30+75=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1E4B is #B1E1B4. Grayscale: #313131. Windows color (decimal): -11657653 or 4922958. OLE color: 4922958.

HSL color Cylindrical-coordinate representation of color #4E1E4B: hue angle of 303.75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E1E4B is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB783075-
CMYK00.620.040.69
HSL303.75º44.44%21.18%-
HSV(B)303.75º61.54%30.59%-
XYZ4.883.066.99-
YUV49.48142.4148.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=42.62%
G=16.39%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78307500.620.040.69303.7544.4421.18
Hex4E1E4B03E4451302c15
Octal1163611307641054605425
Binary10011101111010010110111110100100010110011000010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,30,75); }

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

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

 a { background-color: rgb(78,30,75); }

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

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

 span { border-color: rgb(78,30,75); }

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