#482A44

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

Shades of Loulou #482A44

Tints of Loulou #482A44

Color information

#482A44 (or 0x482A44) is unknown color: approx Loulou. HEX triplet: 48, 2A and 44. RGB value is (72,42,68). Sum of RGB (Red+Green+Blue) = 72+42+68=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #482A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A44 is #B7D5BB. Grayscale: #353535. Windows color (decimal): -12047804 or 4467272. OLE color: 4467272.

HSL color Cylindrical-coordinate representation of color #482A44: hue angle of 308º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482A44 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB724268-
CMYK00.420.060.72
HSL308º26.32%22.35%-
HSV(B)308º41.67%28.24%-
XYZ4.543.455.9-
YUV53.93135.94140.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=39.56%
G=23.08%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72426800.420.060.7230826.3222.35
Hex482A4402A6481341a16
Octal1105210405261104643226
Binary10010001010101000100010101011010010001001101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482A44; }

 p { color: rgb(72,42,68); }

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

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

 a { background-color: rgb(72,42,68); }

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

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

 span { border-color: rgb(72,42,68); }

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