#482B44

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

Shades of Loulou #482B44

Tints of Loulou #482B44

Color information

#482B44 (or 0x482B44) is unknown color: approx Loulou. HEX triplet: 48, 2B and 44. RGB value is (72,43,68). Sum of RGB (Red+Green+Blue) = 72+43+68=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #482B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B44 is #B7D4BB. Grayscale: #363636. Windows color (decimal): -12047548 or 4467528. OLE color: 4467528.

HSL color Cylindrical-coordinate representation of color #482B44: hue angle of 308.28º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482B44 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB724368-
CMYK00.400.060.72
HSL308.28º25.22%22.55%-
HSV(B)308.28º40.28%28.24%-
XYZ4.583.525.91-
YUV54.52135.61140.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=39.34%
G=23.50%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72436800.400.060.72308.2825.2222.55
Hex482B440286481341917
Octal1105310405061104643127
Binary10010001010111000100010100011010010001001101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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