Html Css Color HEX #472A46 Loulou

📋 copy color: '#472A46'

red 71 ◦ green 42 ◦ blue 70

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

Shades of Loulou #472A46

Tints of Loulou #472A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.95%

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

R = 38.8%
G = 22.95%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#472A46 (or 0x472A46) is known color: Loulou. HEX triplet: 47, 2A and 46. RGB value is (71,42,70). Sum of RGB (Red+Green+Blue) = 71+42+70=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #472A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A46 is #B8D5B9. Grayscale: #353535. Windows color (decimal): -12113338 or 4598343. OLE color: 4598343.

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

Color convert

RGB 71 42 70 -
CMYK 0 0.41 0.01 0.72
HSL 302.07º 0.26% 0.22% -
HSV(B) 302.07º 0.41% 0.28% -
XYZ 4.53 3.44 6.22 -
YUV 53.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 71 42 70 0 0.41 0.01 0.72 302.07 0.26 0.22
Hex 47 2A 46 0 29 1 48 12E 1A 16
Octal 107 52 106 0 51 1 110 456 32 26
Binary 1000111 101010 1000110 0 101001 1 1001000 100101110 11010 10110

Color Harmonies of #472A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A46

Black with #472A46

Text Example


Text Example

White with #472A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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