#4E384B

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

Shades of Loulou #4E384B

Tints of Loulou #4E384B

Color information

#4E384B (or 0x4E384B) is unknown color: approx Loulou. HEX triplet: 4E, 38 and 4B. RGB value is (78,56,75). Sum of RGB (Red+Green+Blue) = 78+56+75=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 78 - color contains mainly: red. Hex color #4E384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E384B is #B1C7B4. Grayscale: #404040. Windows color (decimal): -11650997 or 4929614. OLE color: 4929614.

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

Color convert

RGB785675-
CMYK00.280.040.69
HSL308.18º16.42%26.27%-
HSV(B)308.18º28.21%30.59%-
XYZ5.834.967.31-
YUV64.74133.79137.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.32%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=37.32%
G=26.79%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78567500.280.040.69308.1816.4226.27
Hex4E384B01C445134101a
Octal1167011303441054642032
Binary1001110111000100101101110010010001011001101001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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