#4B2843

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

Shades of Loulou #4B2843

Tints of Loulou #4B2843

Color information

#4B2843 (or 0x4B2843) is unknown color: approx Loulou. HEX triplet: 4B, 28 and 43. RGB value is (75,40,67). Sum of RGB (Red+Green+Blue) = 75+40+67=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2843 is #B4D7BC. Grayscale: #353535. Windows color (decimal): -11851709 or 4401227. OLE color: 4401227.

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

Color convert

RGB754067-
CMYK00.470.110.71
HSL313.71º30.43%22.55%-
HSV(B)313.71º46.67%29.41%-
XYZ4.673.425.72-
YUV53.54135.6143.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=41.21%
G=21.98%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75406700.470.110.71313.7130.4322.55
Hex4B284302FB4713a1e17
Octal11350103057131074723627
Binary100101110100010000110101111101110001111001110101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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