#4B2C44

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

Shades of Loulou #4B2C44

Tints of Loulou #4B2C44

Color information

#4B2C44 (or 0x4B2C44) is unknown color: approx Loulou. HEX triplet: 4B, 2C and 44. RGB value is (75,44,68). Sum of RGB (Red+Green+Blue) = 75+44+68=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C44 is #B4D3BB. Grayscale: #373737. Windows color (decimal): -11850684 or 4467787. OLE color: 4467787.

HSL color Cylindrical-coordinate representation of color #4B2C44: hue angle of 313.55º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B2C44 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB754468-
CMYK00.410.090.71
HSL313.55º26.05%23.33%-
HSV(B)313.55º41.33%29.41%-
XYZ4.853.715.93-
YUV56134.77141.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.11%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=40.11%
G=23.53%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75446800.410.090.71313.5526.0523.33
Hex4B2C4402994713a1a17
Octal11354104051111074723227
Binary100101110110010001000101001100110001111001110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,44,68); }

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

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

 a { background-color: rgb(75,44,68); }

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

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

 span { border-color: rgb(75,44,68); }

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