#483047

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

Shades of Loulou #483047

Tints of Loulou #483047

Color information

#483047 (or 0x483047) is unknown color: approx Loulou. HEX triplet: 48, 30 and 47. RGB value is (72,48,71). Sum of RGB (Red+Green+Blue) = 72+48+71=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483047 is #B7CFB8. Grayscale: #393939. Windows color (decimal): -12046265 or 4665416. OLE color: 4665416.

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

Color convert

RGB724871-
CMYK00.330.010.72
HSL302.5º20%23.53%-
HSV(B)302.5º33.33%28.24%-
XYZ4.873.956.47-
YUV57.8135.45138.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=37.70%
G=25.13%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72487100.330.010.72302.52023.53
Hex48304702114812e1418
Octal1106010704111104562430
Binary100100011000010001110100001110010001001011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483047; }

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

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

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

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

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

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

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

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