Html Css Color HEX #472A44 Loulou

📋 copy color: '#472A44'

red 71 ◦ green 42 ◦ blue 68

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

Shades of Loulou #472A44

Tints of Loulou #472A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.57%

R = 39.23%
G = 23.2%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#472A44 (or 0x472A44) is known color: Loulou. HEX triplet: 47, 2A and 44. RGB value is (71,42,68). Sum of RGB (Red+Green+Blue) = 71+42+68=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #472A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A44 is #B8D5BB. Grayscale: #353535. Windows color (decimal): -12113340 or 4467271. OLE color: 4467271.

HSL color Cylindrical-coordinate representation of color #472A44: hue angle of 306.21º 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 #472A44 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 42 68 -
CMYK 0 0.41 0.04 0.72
HSL 306.21º 0.26% 0.22% -
HSV(B) 306.21º 0.41% 0.28% -
XYZ 4.47 3.41 5.89 -
YUV 53.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 71 42 68 0 0.41 0.04 0.72 306.21 0.26 0.22
Hex 47 2A 44 0 29 4 48 132 1A 16
Octal 107 52 104 0 51 4 110 462 32 26
Binary 1000111 101010 1000100 0 101001 100 1001000 100110010 11010 10110

Color Harmonies of #472A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A44

Black with #472A44

Text Example


Text Example

White with #472A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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