Html Css Color HEX #493A47 Loulou

📋 copy color: '#493A47'

red 73 ◦ green 58 ◦ blue 71

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

Shades of Loulou #493A47

Tints of Loulou #493A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.71%

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

R = 36.14%
G = 28.71%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#493A47 (or 0x493A47) is known color: Loulou. HEX triplet: 49, 3A and 47. RGB value is (73,58,71). Sum of RGB (Red+Green+Blue) = 73+58+71=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #493A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A47 is #B6C5B8. Grayscale: #3F3F3F. Windows color (decimal): -11978169 or 4667977. OLE color: 4667977.

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

Color convert

RGB 73 58 71 -
CMYK 0 0.21 0.03 0.71
HSL 308º 0.11% 0.26% -
HSV(B) 308º 0.21% 0.29% -
XYZ 5.4 4.9 6.62 -
YUV 63.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 73 58 71 0 0.21 0.03 0.71 308 0.11 0.26
Hex 49 3A 47 0 15 3 47 134 B 1A
Octal 111 72 107 0 25 3 107 464 13 32
Binary 1001001 111010 1000111 0 10101 11 1000111 100110100 1011 11010

Color Harmonies of #493A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A47

Black with #493A47

Text Example


Text Example

White with #493A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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