#4B3849

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

Shades of Loulou #4B3849

Tints of Loulou #4B3849

Color information

#4B3849 (or 0x4B3849) is unknown color: approx Loulou. HEX triplet: 4B, 38 and 49. RGB value is (75,56,73). Sum of RGB (Red+Green+Blue) = 75+56+73=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3849 is #B4C7B6. Grayscale: #3F3F3F. Windows color (decimal): -11847607 or 4798539. OLE color: 4798539.

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

Color convert

RGB755673-
CMYK00.250.030.71
HSL306.32º14.5%25.69%-
HSV(B)306.32º25.33%29.41%-
XYZ5.524.816.94-
YUV63.62133.29136.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.76%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=36.76%
G=27.45%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75567300.250.030.71306.3214.525.69
Hex4B3849019347132f1a
Octal1137011103131074621732
Binary10010111110001001001011001111000111100110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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