#483646

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

Shades of Loulou #483646

Tints of Loulou #483646

Color information

#483646 (or 0x483646) is unknown color: approx Loulou. HEX triplet: 48, 36 and 46. RGB value is (72,54,70). Sum of RGB (Red+Green+Blue) = 72+54+70=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #483646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483646 is #B7C9B9. Grayscale: #3D3D3D. Windows color (decimal): -12044730 or 4601416. OLE color: 4601416.

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

Color convert

RGB725470-
CMYK00.250.030.72
HSL306.67º14.29%24.71%-
HSV(B)306.67º25%28.24%-
XYZ5.14.466.39-
YUV61.21132.96135.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=36.73%
G=27.55%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72547000.250.030.72306.6714.2924.71
Hex483646019348133e19
Octal1106610603131104631631
Binary10010001101101000110011001111001000100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483646; }

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

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

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

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

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

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

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

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