Html Css Color HEX #472B46 Loulou

📋 copy color: '#472B46'

red 71 ◦ green 43 ◦ blue 70

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

Shades of Loulou #472B46

Tints of Loulou #472B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.37%

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

R = 38.59%
G = 23.37%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#472B46 (or 0x472B46) is known color: Loulou. HEX triplet: 47, 2B and 46. RGB value is (71,43,70). Sum of RGB (Red+Green+Blue) = 71+43+70=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #472B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B46 is #B8D4B9. Grayscale: #363636. Windows color (decimal): -12113082 or 4598599. OLE color: 4598599.

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

Color convert

RGB 71 43 70 -
CMYK 0 0.39 0.01 0.72
HSL 302.14º 0.25% 0.22% -
HSV(B) 302.14º 0.39% 0.28% -
XYZ 4.57 3.51 6.23 -
YUV 54.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 71 43 70 0 0.39 0.01 0.72 302.14 0.25 0.22
Hex 47 2B 46 0 27 1 48 12E 19 16
Octal 107 53 106 0 47 1 110 456 31 26
Binary 1000111 101011 1000110 0 100111 1 1001000 100101110 11001 10110

Color Harmonies of #472B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B46

Black with #472B46

Text Example


Text Example

White with #472B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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