Html Css Color HEX #492346 Loulou

📋 copy color: '#492346'

red 73 ◦ green 35 ◦ blue 70

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

Shades of Loulou #492346

Tints of Loulou #492346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.66%

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

R = 41.01%
G = 19.66%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#492346 (or 0x492346) is known color: Loulou. HEX triplet: 49, 23 and 46. RGB value is (73,35,70). Sum of RGB (Red+Green+Blue) = 73+35+70=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #492346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492346 is #B6DCB9. Grayscale: #323232. Windows color (decimal): -11984058 or 4596553. OLE color: 4596553.

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

Color convert

RGB 73 35 70 -
CMYK 0 0.52 0.04 0.71
HSL 304.74º 0.35% 0.21% -
HSV(B) 304.74º 0.52% 0.29% -
XYZ 4.45 3.06 6.15 -
YUV 50.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 73 35 70 0 0.52 0.04 0.71 304.74 0.35 0.21
Hex 49 23 46 0 34 4 47 131 23 15
Octal 111 43 106 0 64 4 107 461 43 25
Binary 1001001 100011 1000110 0 110100 100 1000111 100110001 100011 10101

Color Harmonies of #492346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492346

Black with #492346

Text Example


Text Example

White with #492346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492346; }

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

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

background-color css

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

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

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

border-color css

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

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

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