Html Css Color HEX #472C46 Loulou

📋 copy color: '#472C46'

red 71 ◦ green 44 ◦ blue 70

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

Shades of Loulou #472C46

Tints of Loulou #472C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.78%

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

R = 38.38%
G = 23.78%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#472C46 (or 0x472C46) is known color: Loulou. HEX triplet: 47, 2C and 46. RGB value is (71,44,70). Sum of RGB (Red+Green+Blue) = 71+44+70=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #472C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C46 is #B8D3B9. Grayscale: #363636. Windows color (decimal): -12112826 or 4598855. OLE color: 4598855.

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

Color convert

RGB 71 44 70 -
CMYK 0 0.38 0.01 0.72
HSL 302.22º 0.23% 0.23% -
HSV(B) 302.22º 0.38% 0.28% -
XYZ 4.6 3.58 6.24 -
YUV 55.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 71 44 70 0 0.38 0.01 0.72 302.22 0.23 0.23
Hex 47 2C 46 0 26 1 48 12E 17 17
Octal 107 54 106 0 46 1 110 456 27 27
Binary 1000111 101100 1000110 0 100110 1 1001000 100101110 10111 10111

Color Harmonies of #472C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C46

Black with #472C46

Text Example


Text Example

White with #472C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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