Html Css Color HEX #472E45 Loulou

📋 copy color: '#472E45'

red 71 ◦ green 46 ◦ blue 69

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

Shades of Loulou #472E45

Tints of Loulou #472E45

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.73%

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

R = 38.17%
G = 24.73%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#472E45 (or 0x472E45) is known color: Loulou. HEX triplet: 47, 2E and 45. RGB value is (71,46,69). Sum of RGB (Red+Green+Blue) = 71+46+69=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #472E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E45 is #B8D1BA. Grayscale: #383838. Windows color (decimal): -12112315 or 4533831. OLE color: 4533831.

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

Color convert

RGB 71 46 69 -
CMYK 0 0.35 0.03 0.72
HSL 304.8º 0.21% 0.23% -
HSV(B) 304.8º 0.35% 0.28% -
XYZ 4.65 3.72 6.1 -
YUV 56.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 71 46 69 0 0.35 0.03 0.72 304.8 0.21 0.23
Hex 47 2E 45 0 23 3 48 131 15 17
Octal 107 56 105 0 43 3 110 461 25 27
Binary 1000111 101110 1000101 0 100011 11 1001000 100110001 10101 10111

Color Harmonies of #472E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E45

Black with #472E45

Text Example


Text Example

White with #472E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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