#4E314B

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

Shades of Loulou #4E314B

Tints of Loulou #4E314B

Color information

#4E314B (or 0x4E314B) is unknown color: approx Loulou. HEX triplet: 4E, 31 and 4B. RGB value is (78,49,75). Sum of RGB (Red+Green+Blue) = 78+49+75=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 78 - color contains mainly: red. Hex color #4E314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E314B is #B1CEB4. Grayscale: #3C3C3C. Windows color (decimal): -11652789 or 4927822. OLE color: 4927822.

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

Color convert

RGB784975-
CMYK00.370.040.69
HSL306.21º22.83%24.9%-
HSV(B)306.21º37.18%30.59%-
XYZ5.514.327.2-
YUV60.63136.11140.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.61%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=38.61%
G=24.26%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78497500.370.040.69306.2122.8324.9
Hex4E314B0254451321719
Octal1166111304541054622731
Binary10011101100011001011010010110010001011001100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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