Html Css Color HEX #492146 Loulou

📋 copy color: '#492146'

red 73 ◦ green 33 ◦ blue 70

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

Shades of Loulou #492146

Tints of Loulou #492146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.75%

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

R = 41.48%
G = 18.75%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#492146 (or 0x492146) is known color: Loulou. HEX triplet: 49, 21 and 46. RGB value is (73,33,70). Sum of RGB (Red+Green+Blue) = 73+33+70=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #492146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492146 is #B6DEB9. Grayscale: #313131. Windows color (decimal): -11984570 or 4596041. OLE color: 4596041.

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

Color convert

RGB 73 33 70 -
CMYK 0 0.55 0.04 0.71
HSL 304.5º 0.38% 0.21% -
HSV(B) 304.5º 0.55% 0.29% -
XYZ 4.4 2.95 6.13 -
YUV 49.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 73 33 70 0 0.55 0.04 0.71 304.5 0.38 0.21
Hex 49 21 46 0 37 4 47 130 26 15
Octal 111 41 106 0 67 4 107 460 46 25
Binary 1001001 100001 1000110 0 110111 100 1000111 100110000 100110 10101

Color Harmonies of #492146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492146

Black with #492146

Text Example


Text Example

White with #492146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492146; }

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

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

background-color css

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

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

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

border-color css

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

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

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