#481E46

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

Shades of Loulou #481E46

Tints of Loulou #481E46

Color information

#481E46 (or 0x481E46) is unknown color: approx Loulou. HEX triplet: 48, 1E and 46. RGB value is (72,30,70). Sum of RGB (Red+Green+Blue) = 72+30+70=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #481E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E46 is #B7E1B9. Grayscale: #2F2F2F. Windows color (decimal): -12050874 or 4595272. OLE color: 4595272.

HSL color Cylindrical-coordinate representation of color #481E46: hue angle of 302.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E46 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB723070-
CMYK00.580.030.72
HSL302.86º41.18%20%-
HSV(B)302.86º58.33%28.24%-
XYZ4.242.756.1-
YUV47.12140.91145.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=41.86%
G=17.44%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72307000.580.030.72302.8641.1820
Hex481E4603A34812f2914
Octal1103610607231104575124
Binary1001000111101000110011101011100100010010111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481E46; }

 p { color: rgb(72,30,70); }

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

<style>
 a { background-color: #481E46; }

 a { background-color: rgb(72,30,70); }

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

<style>
 span { border-color: #481E46; }

 span { border-color: rgb(72,30,70); }

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