Html Css Color HEX #472B44 Loulou

📋 copy color: '#472B44'

red 71 ◦ green 43 ◦ blue 68

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

Shades of Loulou #472B44

Tints of Loulou #472B44

RGB

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

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

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

R = 39.01%
G = 23.63%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#472B44 (or 0x472B44) is known color: Loulou. HEX triplet: 47, 2B and 44. RGB value is (71,43,68). Sum of RGB (Red+Green+Blue) = 71+43+68=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #472B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B44 is #B8D4BB. Grayscale: #363636. Windows color (decimal): -12113084 or 4467527. OLE color: 4467527.

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

Color convert

RGB 71 43 68 -
CMYK 0 0.39 0.04 0.72
HSL 306.43º 0.25% 0.22% -
HSV(B) 306.43º 0.39% 0.28% -
XYZ 4.51 3.48 5.9 -
YUV 54.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 71 43 68 0 0.39 0.04 0.72 306.43 0.25 0.22
Hex 47 2B 44 0 27 4 48 132 19 16
Octal 107 53 104 0 47 4 110 462 31 26
Binary 1000111 101011 1000100 0 100111 100 1001000 100110010 11001 10110

Color Harmonies of #472B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B44

Black with #472B44

Text Example


Text Example

White with #472B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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