#483647

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

Shades of Loulou #483647

Tints of Loulou #483647

Color information

#483647 (or 0x483647) is unknown color: approx Loulou. HEX triplet: 48, 36 and 47. RGB value is (72,54,71). Sum of RGB (Red+Green+Blue) = 72+54+71=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #483647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483647 is #B7C9B8. Grayscale: #3D3D3D. Windows color (decimal): -12044729 or 4666952. OLE color: 4666952.

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

Color convert

RGB725471-
CMYK00.250.010.72
HSL303.33º14.29%24.71%-
HSV(B)303.33º25%28.24%-
XYZ5.134.476.55-
YUV61.32133.46135.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=36.55%
G=27.41%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72547100.250.010.72303.3314.2924.71
Hex48364701914812fe19
Octal1106610703111104571631
Binary1001000110110100011101100111001000100101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483647; }

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

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

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

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

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

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

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

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