Html Css Color HEX #492F48 Loulou

📋 copy color: '#492F48'

red 73 ◦ green 47 ◦ blue 72

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

Shades of Loulou #492F48

Tints of Loulou #492F48

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.48%

 BLUE value IS 72 (28.52% from 255) = 37.5%

R = 38.02%
G = 24.48%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#492F48 (or 0x492F48) is known color: Loulou. HEX triplet: 49, 2F and 48. RGB value is (73,47,72). Sum of RGB (Red+Green+Blue) = 73+47+72=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #492F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F48 is #B6D0B7. Grayscale: #393939. Windows color (decimal): -11980984 or 4730697. OLE color: 4730697.

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

Color convert

RGB 73 47 72 -
CMYK 0 0.36 0.01 0.71
HSL 302.31º 0.22% 0.24% -
HSV(B) 302.31º 0.36% 0.29% -
XYZ 4.93 3.92 6.63 -
YUV 57.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 73 47 72 0 0.36 0.01 0.71 302.31 0.22 0.24
Hex 49 2F 48 0 24 1 47 12E 16 18
Octal 111 57 110 0 44 1 107 456 26 30
Binary 1001001 101111 1001000 0 100100 1 1000111 100101110 10110 11000

Color Harmonies of #492F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F48

Black with #492F48

Text Example


Text Example

White with #492F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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