#4A3246

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

Shades of Loulou #4A3246

Tints of Loulou #4A3246

Color information

#4A3246 (or 0x4A3246) is unknown color: approx Loulou. HEX triplet: 4A, 32 and 46. RGB value is (74,50,70). Sum of RGB (Red+Green+Blue) = 74+50+70=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3246 is #B5CDB9. Grayscale: #3B3B3B. Windows color (decimal): -11914682 or 4600394. OLE color: 4600394.

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

Color convert

RGB745070-
CMYK00.320.050.71
HSL310º19.35%24.31%-
HSV(B)310º32.43%29.02%-
XYZ5.074.186.33-
YUV59.46133.95138.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.14%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=38.14%
G=25.77%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74507000.320.050.7131019.3524.31
Hex4A32460205471361318
Octal1126210604051074662330
Binary10010101100101000110010000010110001111001101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,50,70); }

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

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

 a { background-color: rgb(74,50,70); }

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

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

 span { border-color: rgb(74,50,70); }

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