#4A3D46

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

Shades of Loulou #4A3D46

Tints of Loulou #4A3D46

Color information

#4A3D46 (or 0x4A3D46) is unknown color: approx Loulou. HEX triplet: 4A, 3D and 46. RGB value is (74,61,70). Sum of RGB (Red+Green+Blue) = 74+61+70=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3D46 is #B5C2B9. Grayscale: #414141. Windows color (decimal): -11911866 or 4603210. OLE color: 4603210.

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

Color convert

RGB746170-
CMYK00.180.050.71
HSL318.46º9.63%26.47%-
HSV(B)318.46º17.57%29.02%-
XYZ5.65.246.51-
YUV65.91130.31133.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 61 (24.22% from 255) = 29.76%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=36.10%
G=29.76%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74617000.180.050.71318.469.6326.47
Hex4A3D4601254713ea1a
Octal1127510602251074761232
Binary100101011110110001100100101011000111100111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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