#493048

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

Shades of Loulou #493048

Tints of Loulou #493048

Color information

#493048 (or 0x493048) is unknown color: approx Loulou. HEX triplet: 49, 30 and 48. RGB value is (73,48,72). Sum of RGB (Red+Green+Blue) = 73+48+72=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #493048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493048 is #B6CFB7. Grayscale: #3A3A3A. Windows color (decimal): -11980728 or 4730953. OLE color: 4730953.

HSL color Cylindrical-coordinate representation of color #493048: hue angle of 302.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #493048 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB734872-
CMYK00.340.010.71
HSL302.4º20.66%23.73%-
HSV(B)302.4º34.25%28.63%-
XYZ4.9746.64-
YUV58.21135.78138.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=37.82%
G=24.87%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73487200.340.010.71302.420.6623.73
Hex49304802214712e1518
Octal1116011004211074562530
Binary100100111000010010000100010110001111001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493048; }

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

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

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

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

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

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

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

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