#4A3446

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

Shades of Loulou #4A3446

Tints of Loulou #4A3446

Color information

#4A3446 (or 0x4A3446) is unknown color: approx Loulou. HEX triplet: 4A, 34 and 46. RGB value is (74,52,70). Sum of RGB (Red+Green+Blue) = 74+52+70=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3446 is #B5CBB9. Grayscale: #3C3C3C. Windows color (decimal): -11914170 or 4600906. OLE color: 4600906.

HSL color Cylindrical-coordinate representation of color #4A3446: hue angle of 310.91º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A3446 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB745270-
CMYK00.300.050.71
HSL310.91º17.46%24.71%-
HSV(B)310.91º29.73%29.02%-
XYZ5.164.356.36-
YUV60.63133.29137.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.76%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=37.76%
G=26.53%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74527000.300.050.71310.9117.4624.71
Hex4A344601E5471371119
Octal1126410603651074672131
Binary1001010110100100011001111010110001111001101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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