#4B2844

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

Shades of Loulou #4B2844

Tints of Loulou #4B2844

Color information

#4B2844 (or 0x4B2844) is unknown color: approx Loulou. HEX triplet: 4B, 28 and 44. RGB value is (75,40,68). Sum of RGB (Red+Green+Blue) = 75+40+68=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2844 is #B4D7BB. Grayscale: #353535. Windows color (decimal): -11851708 or 4466763. OLE color: 4466763.

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

Color convert

RGB754068-
CMYK00.470.090.71
HSL312º30.43%22.55%-
HSV(B)312º46.67%29.41%-
XYZ4.73.435.88-
YUV53.66136.1143.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=40.98%
G=21.86%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75406800.470.090.7131230.4322.55
Hex4B284402F9471381e17
Octal11350104057111074703627
Binary100101110100010001000101111100110001111001110001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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