#4B3946

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

Shades of Loulou #4B3946

Tints of Loulou #4B3946

Color information

#4B3946 (or 0x4B3946) is unknown color: approx Loulou. HEX triplet: 4B, 39 and 46. RGB value is (75,57,70). Sum of RGB (Red+Green+Blue) = 75+57+70=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3946 is #B4C6B9. Grayscale: #3F3F3F. Windows color (decimal): -11847354 or 4602187. OLE color: 4602187.

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

Color convert

RGB755770-
CMYK00.240.070.71
HSL316.67º13.64%25.88%-
HSV(B)316.67º24%29.41%-
XYZ5.474.866.44-
YUV63.86131.46135.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 57 (22.66% from 255) = 28.22%
BLUE value IS 70 (27.73% from 255) = 34.65%
R=37.13%
G=28.22%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75577000.240.070.71316.6713.6425.88
Hex4B394601874713de1a
Octal1137110603071074751632
Binary100101111100110001100110001111000111100111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,57,70); }

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

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

 a { background-color: rgb(75,57,70); }

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

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

 span { border-color: rgb(75,57,70); }

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