#4B3046

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

Shades of Loulou #4B3046

Tints of Loulou #4B3046

Color information

#4B3046 (or 0x4B3046) is unknown color: approx Loulou. HEX triplet: 4B, 30 and 46. RGB value is (75,48,70). Sum of RGB (Red+Green+Blue) = 75+48+70=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3046 is #B4CFB9. Grayscale: #3A3A3A. Windows color (decimal): -11849658 or 4599883. OLE color: 4599883.

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

Color convert

RGB754870-
CMYK00.360.070.71
HSL311.11º21.95%24.12%-
HSV(B)311.11º36%29.41%-
XYZ5.064.056.31-
YUV58.58134.45139.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.86%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=38.86%
G=24.87%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75487000.360.070.71311.1121.9524.12
Hex4B30460247471371618
Octal1136010604471074672630
Binary10010111100001000110010010011110001111001101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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