#4B3444

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

Shades of Loulou #4B3444

Tints of Loulou #4B3444

Color information

#4B3444 (or 0x4B3444) is unknown color: approx Loulou. HEX triplet: 4B, 34 and 44. RGB value is (75,52,68). Sum of RGB (Red+Green+Blue) = 75+52+68=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3444 is #B4CBBB. Grayscale: #3C3C3C. Windows color (decimal): -11848636 or 4469835. OLE color: 4469835.

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

Color convert

RGB755268-
CMYK00.310.090.71
HSL318.26º18.11%24.9%-
HSV(B)318.26º30.67%29.41%-
XYZ5.174.376.04-
YUV60.7132.12138.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.46%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=38.46%
G=26.67%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75526800.310.090.71318.2618.1124.9
Hex4B344401F94713e1219
Octal11364104037111074762231
Binary10010111101001000100011111100110001111001111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,68); }

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

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

 a { background-color: rgb(75,52,68); }

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

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

 span { border-color: rgb(75,52,68); }

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