Html Css Color HEX #492746 Loulou

📋 copy color: '#492746'

red 73 ◦ green 39 ◦ blue 70

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

Shades of Loulou #492746

Tints of Loulou #492746

RGB

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

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

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

R = 40.11%
G = 21.43%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#492746 (or 0x492746) is known color: Loulou. HEX triplet: 49, 27 and 46. RGB value is (73,39,70). Sum of RGB (Red+Green+Blue) = 73+39+70=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #492746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492746 is #B6D8B9. Grayscale: #343434. Windows color (decimal): -11983034 or 4597577. OLE color: 4597577.

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

Color convert

RGB 73 39 70 -
CMYK 0 0.47 0.04 0.71
HSL 305.29º 0.3% 0.22% -
HSV(B) 305.29º 0.47% 0.29% -
XYZ 4.58 3.31 6.19 -
YUV 52.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 73 39 70 0 0.47 0.04 0.71 305.29 0.3 0.22
Hex 49 27 46 0 2F 4 47 131 1E 16
Octal 111 47 106 0 57 4 107 461 36 26
Binary 1001001 100111 1000110 0 101111 100 1000111 100110001 11110 10110

Color Harmonies of #492746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492746

Black with #492746

Text Example


Text Example

White with #492746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492746; }

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

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

background-color css

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

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

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

border-color css

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

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

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