#482446

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

Shades of Loulou #482446

Tints of Loulou #482446

Color information

#482446 (or 0x482446) is unknown color: approx Loulou. HEX triplet: 48, 24 and 46. RGB value is (72,36,70). Sum of RGB (Red+Green+Blue) = 72+36+70=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #482446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482446 is #B7DBB9. Grayscale: #323232. Windows color (decimal): -12049338 or 4596808. OLE color: 4596808.

HSL color Cylindrical-coordinate representation of color #482446: hue angle of 303.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482446 is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB723670-
CMYK00.50.030.72
HSL303.33º33.33%21.18%-
HSV(B)303.33º50%28.24%-
XYZ4.413.086.16-
YUV50.64138.93143.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 70 (27.73% from 255) = 39.33%
R=40.45%
G=20.22%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72367000.50.030.72303.3333.3321.18
Hex48244603234812f2115
Octal1104410606231104574125
Binary10010001001001000110011001011100100010010111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482446; }

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

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

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

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

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

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

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

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