#4C384B

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

Shades of Loulou #4C384B

Tints of Loulou #4C384B

Color information

#4C384B (or 0x4C384B) is unknown color: approx Loulou. HEX triplet: 4C, 38 and 4B. RGB value is (76,56,75). Sum of RGB (Red+Green+Blue) = 76+56+75=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 76 - color contains mainly: red. Hex color #4C384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C384B is #B3C7B4. Grayscale: #404040. Windows color (decimal): -11782069 or 4929612. OLE color: 4929612.

HSL color Cylindrical-coordinate representation of color #4C384B: hue angle of 303º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C384B is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB765675-
CMYK00.260.010.70
HSL303º15.15%25.88%-
HSV(B)303º26.32%29.8%-
XYZ5.664.877.3-
YUV64.15134.13136.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.71%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=36.71%
G=27.05%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76567500.260.010.7030315.1525.88
Hex4C384B01A14612ff1a
Octal1147011303211064571732
Binary1001100111000100101101101011000110100101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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