#483A46

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

Shades of Loulou #483A46

Tints of Loulou #483A46

Color information

#483A46 (or 0x483A46) is unknown color: approx Loulou. HEX triplet: 48, 3A and 46. RGB value is (72,58,70). Sum of RGB (Red+Green+Blue) = 72+58+70=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 72 - color contains mainly: red. Hex color #483A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A46 is #B7C5B9. Grayscale: #3F3F3F. Windows color (decimal): -12043706 or 4602440. OLE color: 4602440.

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

Color convert

RGB725870-
CMYK00.190.030.72
HSL308.57º10.77%25.49%-
HSV(B)308.57º19.44%28.24%-
XYZ5.294.856.45-
YUV63.55131.64134.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 58 (23.05% from 255) = 29%
BLUE value IS 70 (27.73% from 255) = 35%
R=36%
G=29%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72587000.190.030.72308.5710.7725.49
Hex483A46013348135b19
Octal1107210602331104651331
Binary10010001110101000110010011111001000100110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483A46; }

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

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

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

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

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

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

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

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