Html Css Color HEX #492246 Loulou

📋 copy color: '#492246'

red 73 ◦ green 34 ◦ blue 70

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

Shades of Loulou #492246

Tints of Loulou #492246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

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

R = 41.24%
G = 19.21%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#492246 (or 0x492246) is known color: Loulou. HEX triplet: 49, 22 and 46. RGB value is (73,34,70). Sum of RGB (Red+Green+Blue) = 73+34+70=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #492246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492246 is #B6DDB9. Grayscale: #313131. Windows color (decimal): -11984314 or 4596297. OLE color: 4596297.

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

Color convert

RGB 73 34 70 -
CMYK 0 0.53 0.04 0.71
HSL 304.62º 0.36% 0.21% -
HSV(B) 304.62º 0.53% 0.29% -
XYZ 4.43 3 6.14 -
YUV 49.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 73 34 70 0 0.53 0.04 0.71 304.62 0.36 0.21
Hex 49 22 46 0 35 4 47 131 24 15
Octal 111 42 106 0 65 4 107 461 44 25
Binary 1001001 100010 1000110 0 110101 100 1000111 100110001 100100 10101

Color Harmonies of #492246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492246

Black with #492246

Text Example


Text Example

White with #492246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492246; }

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

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

background-color css

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

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

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

border-color css

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

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

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