#4E214B

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

Shades of Loulou #4E214B

Tints of Loulou #4E214B

Color information

#4E214B (or 0x4E214B) is unknown color: approx Loulou. HEX triplet: 4E, 21 and 4B. RGB value is (78,33,75). Sum of RGB (Red+Green+Blue) = 78+33+75=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E214B is #B1DEB4. Grayscale: #333333. Windows color (decimal): -11656885 or 4923726. OLE color: 4923726.

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

Color convert

RGB783375-
CMYK00.580.040.69
HSL304º40.54%21.76%-
HSV(B)304º57.69%30.59%-
XYZ4.963.227.02-
YUV51.24141.41147.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.94%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=41.94%
G=17.74%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78337500.580.040.6930440.5421.76
Hex4E214B03A4451302916
Octal1164111307241054605126
Binary100111010000110010110111010100100010110011000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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