#4B3149

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

Shades of Loulou #4B3149

Tints of Loulou #4B3149

Color information

#4B3149 (or 0x4B3149) is unknown color: approx Loulou. HEX triplet: 4B, 31 and 49. RGB value is (75,49,73). Sum of RGB (Red+Green+Blue) = 75+49+73=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3149 is #B4CEB6. Grayscale: #3B3B3B. Windows color (decimal): -11849399 or 4796747. OLE color: 4796747.

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

Color convert

RGB754973-
CMYK00.350.030.71
HSL304.62º20.97%24.31%-
HSV(B)304.62º34.67%29.41%-
XYZ5.24.176.83-
YUV59.51135.61139.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.07%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=38.07%
G=24.87%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75497300.350.030.71304.6220.9724.31
Hex4B31490233471311518
Octal1136111104331074612530
Binary1001011110001100100101000111110001111001100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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