Html Css Color HEX #473147 Loulou

📋 copy color: '#473147'

red 71 ◦ green 49 ◦ blue 71

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

Shades of Loulou #473147

Tints of Loulou #473147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.65%

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

R = 37.17%
G = 25.65%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473147 (or 0x473147) is known color: Loulou. HEX triplet: 47, 31 and 47. RGB value is (71,49,71). Sum of RGB (Red+Green+Blue) = 71+49+71=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473147 is #B8CEB8. Grayscale: #3A3A3A. Windows color (decimal): -12111545 or 4665671. OLE color: 4665671.

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

Color convert

RGB 71 49 71 -
CMYK 0 0.31 0 0.72
HSL 300º 0.18% 0.24% -
HSV(B) 300º 0.31% 0.28% -
XYZ 4.83 3.99 6.48 -
YUV 58.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 71 49 71 0 0.31 0 0.72 300 0.18 0.24
Hex 47 31 47 0 1F 0 48 12C 12 18
Octal 107 61 107 0 37 0 110 454 22 30
Binary 1000111 110001 1000111 0 11111 0 1001000 100101100 10010 11000

Color Harmonies of #473147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473147

Black with #473147

Text Example


Text Example

White with #473147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473147; }

 p { color: rgb(71,49,71); }

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

background-color css

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

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

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

border-color css

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

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

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