Html Css Color HEX #492F46 Loulou

📋 copy color: '#492F46'

red 73 ◦ green 47 ◦ blue 70

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

Shades of Loulou #492F46

Tints of Loulou #492F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 38.42%
G = 24.74%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#492F46 (or 0x492F46) is known color: Loulou. HEX triplet: 49, 2F and 46. RGB value is (73,47,70). Sum of RGB (Red+Green+Blue) = 73+47+70=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #492F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F46 is #B6D0B9. Grayscale: #393939. Windows color (decimal): -11980986 or 4599625. OLE color: 4599625.

HSL color Cylindrical-coordinate representation of color #492F46: hue angle of 306.92º 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 #492F46 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 47 70 -
CMYK 0 0.36 0.04 0.71
HSL 306.92º 0.22% 0.24% -
HSV(B) 306.92º 0.36% 0.29% -
XYZ 4.87 3.89 6.29 -
YUV 57.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 73 47 70 0 0.36 0.04 0.71 306.92 0.22 0.24
Hex 49 2F 46 0 24 4 47 133 16 18
Octal 111 57 106 0 44 4 107 463 26 30
Binary 1001001 101111 1000110 0 100100 100 1000111 100110011 10110 11000

Color Harmonies of #492F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F46

Black with #492F46

Text Example


Text Example

White with #492F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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