#483A47

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

Shades of Loulou #483A47

Tints of Loulou #483A47

Color information

#483A47 (or 0x483A47) is unknown color: approx Loulou. HEX triplet: 48, 3A and 47. RGB value is (72,58,71). Sum of RGB (Red+Green+Blue) = 72+58+71=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #483A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A47 is #B7C5B8. Grayscale: #3F3F3F. Windows color (decimal): -12043705 or 4667976. OLE color: 4667976.

HSL color Cylindrical-coordinate representation of color #483A47: hue angle of 304.29º 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 #483A47 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB725871-
CMYK00.190.010.72
HSL304.29º10.77%25.49%-
HSV(B)304.29º19.44%28.24%-
XYZ5.324.866.62-
YUV63.67132.14133.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 58 (23.05% from 255) = 28.86%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=35.82%
G=28.86%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72587100.190.010.72304.2910.7725.49
Hex483A47013148130b19
Octal1107210702311104601331
Binary1001000111010100011101001111001000100110000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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