Html Css Color HEX #492744 Loulou

📋 copy color: '#492744'

red 73 ◦ green 39 ◦ blue 68

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

Shades of Loulou #492744

Tints of Loulou #492744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

 BLUE value IS 68 (26.95% from 255) = 37.78%

R = 40.56%
G = 21.67%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#492744 (or 0x492744) is known color: Loulou. HEX triplet: 49, 27 and 44. RGB value is (73,39,68). Sum of RGB (Red+Green+Blue) = 73+39+68=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #492744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492744 is #B6D8BB. Grayscale: #343434. Windows color (decimal): -11983036 or 4466505. OLE color: 4466505.

HSL color Cylindrical-coordinate representation of color #492744: hue angle of 308.82º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #492744 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 39 68 -
CMYK 0 0.47 0.07 0.71
HSL 308.82º 0.3% 0.22% -
HSV(B) 308.82º 0.47% 0.29% -
XYZ 4.52 3.28 5.86 -
YUV 52.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 73 39 68 0 0.47 0.07 0.71 308.82 0.3 0.22
Hex 49 27 44 0 2F 7 47 135 1E 16
Octal 111 47 104 0 57 7 107 465 36 26
Binary 1001001 100111 1000100 0 101111 111 1000111 100110101 11110 10110

Color Harmonies of #492744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492744

Black with #492744

Text Example


Text Example

White with #492744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492744; }

 p { color: rgb(73,39,68); }

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

background-color css

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

 a { background-color: rgb(73,39,68); }

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

border-color css

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

 span { border-color: rgb(73,39,68); }

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