#4A1E44

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

Shades of Loulou #4A1E44

Tints of Loulou #4A1E44

Color information

#4A1E44 (or 0x4A1E44) is unknown color: approx Loulou. HEX triplet: 4A, 1E and 44. RGB value is (74,30,68). Sum of RGB (Red+Green+Blue) = 74+30+68=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1E44 is #B5E1BB. Grayscale: #2F2F2F. Windows color (decimal): -11919804 or 4464202. OLE color: 4464202.

HSL color Cylindrical-coordinate representation of color #4A1E44: hue angle of 308.18º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A1E44 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB743068-
CMYK00.590.080.71
HSL308.18º42.31%20.39%-
HSV(B)308.18º59.46%29.02%-
XYZ4.332.85.78-
YUV47.49139.58146.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 43.02%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=43.02%
G=17.44%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74306800.590.080.71308.1842.3120.39
Hex4A1E4403B8471342a14
Octal11236104073101074645224
Binary100101011110100010001110111000100011110011010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,30,68); }

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

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

 a { background-color: rgb(74,30,68); }

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

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

 span { border-color: rgb(74,30,68); }

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