#483246

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

Shades of Loulou #483246

Tints of Loulou #483246

Color information

#483246 (or 0x483246) is unknown color: approx Loulou. HEX triplet: 48, 32 and 46. RGB value is (72,50,70). Sum of RGB (Red+Green+Blue) = 72+50+70=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #483246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483246 is #B7CDB9. Grayscale: #3A3A3A. Windows color (decimal): -12045754 or 4600392. OLE color: 4600392.

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

Color convert

RGB725070-
CMYK00.310.030.72
HSL305.45º18.03%23.92%-
HSV(B)305.45º30.56%28.24%-
XYZ4.924.16.33-
YUV58.86134.29137.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=37.5%
G=26.04%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72507000.310.030.72305.4518.0323.92
Hex48324601F3481311218
Octal1106210603731104612230
Binary100100011001010001100111111110010001001100011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483246; }

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

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

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

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

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

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

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

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