#483546

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

Shades of Loulou #483546

Tints of Loulou #483546

Color information

#483546 (or 0x483546) is unknown color: approx Loulou. HEX triplet: 48, 35 and 46. RGB value is (72,53,70). Sum of RGB (Red+Green+Blue) = 72+53+70=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #483546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483546 is #B7CAB9. Grayscale: #3C3C3C. Windows color (decimal): -12044986 or 4601160. OLE color: 4601160.

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

Color convert

RGB725370-
CMYK00.260.030.72
HSL306.32º15.2%24.51%-
HSV(B)306.32º26.39%28.24%-
XYZ5.054.376.37-
YUV60.62133.29136.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=36.92%
G=27.18%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72537000.260.030.72306.3215.224.51
Hex48354601A348132f19
Octal1106510603231104621731
Binary10010001101011000110011010111001000100110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483546; }

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

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

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

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

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

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

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

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