Html Css Color HEX #492B47 Loulou

📋 copy color: '#492B47'

red 73 ◦ green 43 ◦ blue 71

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

Shades of Loulou #492B47

Tints of Loulou #492B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.99%

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

R = 39.04%
G = 22.99%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#492B47 (or 0x492B47) is known color: Loulou. HEX triplet: 49, 2B and 47. RGB value is (73,43,71). Sum of RGB (Red+Green+Blue) = 73+43+71=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #492B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B47 is #B6D4B8. Grayscale: #373737. Windows color (decimal): -11982009 or 4664137. OLE color: 4664137.

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

Color convert

RGB 73 43 71 -
CMYK 0 0.41 0.03 0.71
HSL 304º 0.26% 0.23% -
HSV(B) 304º 0.41% 0.29% -
XYZ 4.75 3.6 6.41 -
YUV 55.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 73 43 71 0 0.41 0.03 0.71 304 0.26 0.23
Hex 49 2B 47 0 29 3 47 130 1A 17
Octal 111 53 107 0 51 3 107 460 32 27
Binary 1001001 101011 1000111 0 101001 11 1000111 100110000 11010 10111

Color Harmonies of #492B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B47

Black with #492B47

Text Example


Text Example

White with #492B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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