Html Css Color HEX #493B47 Loulou

📋 copy color: '#493B47'

red 73 ◦ green 59 ◦ blue 71

#493B47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #493B47

Tints of Loulou #493B47

RGB

 RED value IS 73 (28.91% from 255) = 35.96%

 GREEN value IS 59 (23.44% from 255) = 29.06%

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 35.96%
G = 29.06%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#493B47 (or 0x493B47) is known color: Loulou. HEX triplet: 49, 3B and 47. RGB value is (73,59,71). Sum of RGB (Red+Green+Blue) = 73+59+71=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #493B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B47 is #B6C4B8. Grayscale: #404040. Windows color (decimal): -11977913 or 4668233. OLE color: 4668233.

HSL color Cylindrical-coordinate representation of color #493B47: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #493B47 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 59 71 -
CMYK 0 0.19 0.03 0.71
HSL 308.57º 0.11% 0.26% -
HSV(B) 308.57º 0.19% 0.29% -
XYZ 5.45 5 6.64 -
YUV 64.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 73 59 71 0 0.19 0.03 0.71 308.57 0.11 0.26
Hex 49 3B 47 0 13 3 47 135 B 1A
Octal 111 73 107 0 23 3 107 465 13 32
Binary 1001001 111011 1000111 0 10011 11 1000111 100110101 1011 11010

Color Harmonies of #493B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B47

Black with #493B47

Text Example


Text Example

White with #493B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493B47; }

 p { color: rgb(73,59,71); }

 H1.HeaderClassName
 {
   color: #493B47;
 }
 .AnyTagClassName
 {
   color: #493B47;
 }
</style>

background-color css

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

 a { background-color: rgb(73,59,71); }

 div.DivClassName
 {
   background-color: #493B47;
 }
 .BgClassName
 {
   background-color: #493B47;
 }
</style>

border-color css

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

 span { border-color: rgb(73,59,71); }

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