#4C364A

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

Shades of Loulou #4C364A

Tints of Loulou #4C364A

Color information

#4C364A (or 0x4C364A) is unknown color: approx Loulou. HEX triplet: 4C, 36 and 4A. RGB value is (76,54,74). Sum of RGB (Red+Green+Blue) = 76+54+74=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 76 - color contains mainly: red. Hex color #4C364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C364A is #B3C9B5. Grayscale: #3E3E3E. Windows color (decimal): -11782582 or 4863564. OLE color: 4863564.

HSL color Cylindrical-coordinate representation of color #4C364A: hue angle of 305.45º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C364A is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB765474-
CMYK00.290.030.70
HSL305.45º16.92%25.49%-
HSV(B)305.45º28.95%29.8%-
XYZ5.544.677.09-
YUV62.86134.29137.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.25%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=37.25%
G=26.47%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76547400.290.030.70305.4516.9225.49
Hex4C364A01D3461311119
Octal1146611203531064612131
Binary100110011011010010100111011110001101001100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,54,74); }

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

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

 a { background-color: rgb(76,54,74); }

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

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

 span { border-color: rgb(76,54,74); }

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