Html Css Color HEX #492046 Loulou

📋 copy color: '#492046'

red 73 ◦ green 32 ◦ blue 70

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

Shades of Loulou #492046

Tints of Loulou #492046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.29%

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

R = 41.71%
G = 18.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#492046 (or 0x492046) is known color: Loulou. HEX triplet: 49, 20 and 46. RGB value is (73,32,70). Sum of RGB (Red+Green+Blue) = 73+32+70=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #492046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492046 is #B6DFB9. Grayscale: #303030. Windows color (decimal): -11984826 or 4595785. OLE color: 4595785.

HSL color Cylindrical-coordinate representation of color #492046: hue angle of 304.39º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492046 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 70 -
CMYK 0 0.56 0.04 0.71
HSL 304.39º 0.39% 0.21% -
HSV(B) 304.39º 0.56% 0.29% -
XYZ 4.37 2.89 6.12 -
YUV 48.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 73 32 70 0 0.56 0.04 0.71 304.39 0.39 0.21
Hex 49 20 46 0 38 4 47 130 27 15
Octal 111 40 106 0 70 4 107 460 47 25
Binary 1001001 100000 1000110 0 111000 100 1000111 100110000 100111 10101

Color Harmonies of #492046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492046

Black with #492046

Text Example


Text Example

White with #492046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492046; }

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

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

background-color css

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

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

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

border-color css

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

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

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