Html Css Color HEX #472F44 Loulou

📋 copy color: '#472F44'

red 71 ◦ green 47 ◦ blue 68

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

Shades of Loulou #472F44

Tints of Loulou #472F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.27%

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

R = 38.17%
G = 25.27%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#472F44 (or 0x472F44) is known color: Loulou. HEX triplet: 47, 2F and 44. RGB value is (71,47,68). Sum of RGB (Red+Green+Blue) = 71+47+68=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #472F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F44 is #B8D0BB. Grayscale: #383838. Windows color (decimal): -12112060 or 4468551. OLE color: 4468551.

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

Color convert

RGB 71 47 68 -
CMYK 0 0.34 0.04 0.72
HSL 307.5º 0.2% 0.23% -
HSV(B) 307.5º 0.34% 0.28% -
XYZ 4.66 3.79 5.95 -
YUV 56.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 71 47 68 0 0.34 0.04 0.72 307.5 0.2 0.23
Hex 47 2F 44 0 22 4 48 134 14 17
Octal 107 57 104 0 42 4 110 464 24 27
Binary 1000111 101111 1000100 0 100010 100 1001000 100110100 10100 10111

Color Harmonies of #472F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F44

Black with #472F44

Text Example


Text Example

White with #472F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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