#482646

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

Shades of Loulou #482646

Tints of Loulou #482646

Color information

#482646 (or 0x482646) is unknown color: approx Loulou. HEX triplet: 48, 26 and 46. RGB value is (72,38,70). Sum of RGB (Red+Green+Blue) = 72+38+70=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #482646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482646 is #B7D9B9. Grayscale: #333333. Windows color (decimal): -12048826 or 4597320. OLE color: 4597320.

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

Color convert

RGB723870-
CMYK00.470.030.72
HSL303.53º30.91%21.57%-
HSV(B)303.53º47.22%28.24%-
XYZ4.473.216.18-
YUV51.81138.26142.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=40%
G=21.11%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72387000.470.030.72303.5330.9121.57
Hex48264602F3481301f16
Octal1104610605731104603726
Binary1001000100110100011001011111110010001001100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482646; }

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

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

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

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

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

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

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

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