#493248

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

Shades of Loulou #493248

Tints of Loulou #493248

Color information

#493248 (or 0x493248) is unknown color: approx Loulou. HEX triplet: 49, 32 and 48. RGB value is (73,50,72). Sum of RGB (Red+Green+Blue) = 73+50+72=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 73 - color contains mainly: red. Hex color #493248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493248 is #B6CDB7. Grayscale: #3B3B3B. Windows color (decimal): -11980216 or 4731465. OLE color: 4731465.

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

Color convert

RGB735072-
CMYK00.320.010.71
HSL302.61º18.7%24.12%-
HSV(B)302.61º31.51%28.63%-
XYZ5.064.176.67-
YUV59.38135.12137.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=37.44%
G=25.64%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73507200.320.010.71302.6118.724.12
Hex49324802014712f1318
Octal1116211004011074572330
Binary100100111001010010000100000110001111001011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493248; }

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

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

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

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

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

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

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

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