#4B2B48

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

Shades of Loulou #4B2B48

Tints of Loulou #4B2B48

Color information

#4B2B48 (or 0x4B2B48) is unknown color: approx Loulou. HEX triplet: 4B, 2B and 48. RGB value is (75,43,72). Sum of RGB (Red+Green+Blue) = 75+43+72=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2B48 is #B4D4B7. Grayscale: #373737. Windows color (decimal): -11850936 or 4729675. OLE color: 4729675.

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

Color convert

RGB754372-
CMYK00.430.040.71
HSL305.62º27.12%23.14%-
HSV(B)305.62º42.67%29.41%-
XYZ4.943.696.58-
YUV55.87137.1141.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.47%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=39.47%
G=22.63%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75437200.430.040.71305.6227.1223.14
Hex4B2B4802B4471321b17
Octal1135311005341074623327
Binary10010111010111001000010101110010001111001100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,43,72); }

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

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

 a { background-color: rgb(75,43,72); }

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

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

 span { border-color: rgb(75,43,72); }

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