Html Css Color HEX #472F46 Loulou

📋 copy color: '#472F46'

red 71 ◦ green 47 ◦ blue 70

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

Shades of Loulou #472F46

Tints of Loulou #472F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 37.77%
G = 25%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#472F46 (or 0x472F46) is known color: Loulou. HEX triplet: 47, 2F and 46. RGB value is (71,47,70). Sum of RGB (Red+Green+Blue) = 71+47+70=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #472F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F46 is #B8D0B9. Grayscale: #383838. Windows color (decimal): -12112058 or 4599623. OLE color: 4599623.

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

Color convert

RGB 71 47 70 -
CMYK 0 0.34 0.01 0.72
HSL 302.5º 0.2% 0.23% -
HSV(B) 302.5º 0.34% 0.28% -
XYZ 4.72 3.81 6.28 -
YUV 56.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 71 47 70 0 0.34 0.01 0.72 302.5 0.2 0.23
Hex 47 2F 46 0 22 1 48 12E 14 17
Octal 107 57 106 0 42 1 110 456 24 27
Binary 1000111 101111 1000110 0 100010 1 1001000 100101110 10100 10111

Color Harmonies of #472F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F46

Black with #472F46

Text Example


Text Example

White with #472F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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