#4B3749

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

Shades of Loulou #4B3749

Tints of Loulou #4B3749

Color information

#4B3749 (or 0x4B3749) is unknown color: approx Loulou. HEX triplet: 4B, 37 and 49. RGB value is (75,55,73). Sum of RGB (Red+Green+Blue) = 75+55+73=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3749 is #B4C8B6. Grayscale: #3E3E3E. Windows color (decimal): -11847863 or 4798283. OLE color: 4798283.

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

Color convert

RGB755573-
CMYK00.270.030.71
HSL306º15.38%25.49%-
HSV(B)306º26.67%29.41%-
XYZ5.474.716.92-
YUV63.03133.63136.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.95%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=36.95%
G=27.09%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75557300.270.030.7130615.3825.49
Hex4B374901B347132f19
Octal1136711103331074621731
Binary10010111101111001001011011111000111100110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,55,73); }

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

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

 a { background-color: rgb(75,55,73); }

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

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

 span { border-color: rgb(75,55,73); }

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