Html Css Color HEX #472F45 Loulou

📋 copy color: '#472F45'

red 71 ◦ green 47 ◦ blue 69

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

Shades of Loulou #472F45

Tints of Loulou #472F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 37.97%
G = 25.13%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#472F45 (or 0x472F45) is known color: Loulou. HEX triplet: 47, 2F and 45. RGB value is (71,47,69). Sum of RGB (Red+Green+Blue) = 71+47+69=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #472F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F45 is #B8D0BA. Grayscale: #383838. Windows color (decimal): -12112059 or 4534087. OLE color: 4534087.

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

Color convert

RGB 71 47 69 -
CMYK 0 0.34 0.03 0.72
HSL 305º 0.2% 0.23% -
HSV(B) 305º 0.34% 0.28% -
XYZ 4.69 3.8 6.12 -
YUV 56.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 71 47 69 0 0.34 0.03 0.72 305 0.2 0.23
Hex 47 2F 45 0 22 3 48 131 14 17
Octal 107 57 105 0 42 3 110 461 24 27
Binary 1000111 101111 1000101 0 100010 11 1001000 100110001 10100 10111

Color Harmonies of #472F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F45

Black with #472F45

Text Example


Text Example

White with #472F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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