Html Css Color HEX #473246 Loulou

📋 copy color: '#473246'

red 71 ◦ green 50 ◦ blue 70

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

Shades of Loulou #473246

Tints of Loulou #473246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

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

R = 37.17%
G = 26.18%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#473246 (or 0x473246) is known color: Loulou. HEX triplet: 47, 32 and 46. RGB value is (71,50,70). Sum of RGB (Red+Green+Blue) = 71+50+70=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #473246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473246 is #B8CDB9. Grayscale: #3A3A3A. Windows color (decimal): -12111290 or 4600391. OLE color: 4600391.

HSL color Cylindrical-coordinate representation of color #473246: hue angle of 302.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473246 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 70 -
CMYK 0 0.30 0.01 0.72
HSL 302.86º 0.17% 0.24% -
HSV(B) 302.86º 0.3% 0.28% -
XYZ 4.84 4.06 6.32 -
YUV 58.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 71 50 70 0 0.30 0.01 0.72 302.86 0.17 0.24
Hex 47 32 46 0 1E 1 48 12F 11 18
Octal 107 62 106 0 36 1 110 457 21 30
Binary 1000111 110010 1000110 0 11110 1 1001000 100101111 10001 11000

Color Harmonies of #473246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473246

Black with #473246

Text Example


Text Example

White with #473246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473246; }

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

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

background-color css

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

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

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

border-color css

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

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

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