#4B2C43

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

Shades of Loulou #4B2C43

Tints of Loulou #4B2C43

Color information

#4B2C43 (or 0x4B2C43) is unknown color: approx Loulou. HEX triplet: 4B, 2C and 43. RGB value is (75,44,67). Sum of RGB (Red+Green+Blue) = 75+44+67=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C43 is #B4D3BC. Grayscale: #373737. Windows color (decimal): -11850685 or 4402251. OLE color: 4402251.

HSL color Cylindrical-coordinate representation of color #4B2C43: hue angle of 315.48º 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 #4B2C43 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB754467-
CMYK00.410.110.71
HSL315.48º26.05%23.33%-
HSV(B)315.48º41.33%29.41%-
XYZ4.823.75.77-
YUV55.89134.27141.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.32%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=40.32%
G=23.66%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75446700.410.110.71315.4826.0523.33
Hex4B2C43029B4713b1a17
Octal11354103051131074733227
Binary100101110110010000110101001101110001111001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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