Html Css Color HEX #472946 Loulou

📋 copy color: '#472946'

red 71 ◦ green 41 ◦ blue 70

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

Shades of Loulou #472946

Tints of Loulou #472946

RGB

 RED value IS 71 (28.13% from 255) = 39.01%

 GREEN value IS 41 (16.41% from 255) = 22.53%

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

R = 39.01%
G = 22.53%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#472946 (or 0x472946) is known color: Loulou. HEX triplet: 47, 29 and 46. RGB value is (71,41,70). Sum of RGB (Red+Green+Blue) = 71+41+70=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #472946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472946 is #B8D6B9. Grayscale: #353535. Windows color (decimal): -12113594 or 4598087. OLE color: 4598087.

HSL color Cylindrical-coordinate representation of color #472946: hue angle of 302º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472946 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 70 -
CMYK 0 0.42 0.01 0.72
HSL 302º 0.27% 0.22% -
HSV(B) 302º 0.42% 0.28% -
XYZ 4.5 3.37 6.21 -
YUV 53.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 71 41 70 0 0.42 0.01 0.72 302 0.27 0.22
Hex 47 29 46 0 2A 1 48 12E 1B 16
Octal 107 51 106 0 52 1 110 456 33 26
Binary 1000111 101001 1000110 0 101010 1 1001000 100101110 11011 10110

Color Harmonies of #472946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472946

Black with #472946

Text Example


Text Example

White with #472946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472946; }

 p { color: rgb(71,41,70); }

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

background-color css

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

 a { background-color: rgb(71,41,70); }

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

border-color css

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

 span { border-color: rgb(71,41,70); }

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