#482946

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

Shades of Loulou #482946

Tints of Loulou #482946

Color information

#482946 (or 0x482946) is unknown color: approx Loulou. HEX triplet: 48, 29 and 46. RGB value is (72,41,70). Sum of RGB (Red+Green+Blue) = 72+41+70=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #482946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482946 is #B7D6B9. Grayscale: #353535. Windows color (decimal): -12048058 or 4598088. OLE color: 4598088.

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

Color convert

RGB724170-
CMYK00.430.030.72
HSL303.87º27.43%22.16%-
HSV(B)303.87º43.06%28.24%-
XYZ4.573.416.21-
YUV53.58137.27141.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=39.34%
G=22.40%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72417000.430.030.72303.8727.4322.16
Hex48294602B3481301b16
Octal1105110605331104603326
Binary1001000101001100011001010111110010001001100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482946; }

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

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

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

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

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

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

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

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