Html Css Color HEX #473C46 Loulou

📋 copy color: '#473C46'

red 71 ◦ green 60 ◦ blue 70

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

Shades of Loulou #473C46

Tints of Loulou #473C46

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.85%

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

R = 35.32%
G = 29.85%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#473C46 (or 0x473C46) is known color: Loulou. HEX triplet: 47, 3C and 46. RGB value is (71,60,70). Sum of RGB (Red+Green+Blue) = 71+60+70=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 71 - color contains mainly: red. Hex color #473C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C46 is #B8C3B9. Grayscale: #404040. Windows color (decimal): -12108730 or 4602951. OLE color: 4602951.

HSL color Cylindrical-coordinate representation of color #473C46: hue angle of 305.45º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #473C46 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 60 70 -
CMYK 0 0.15 0.01 0.72
HSL 305.45º 0.08% 0.26% -
HSV(B) 305.45º 0.15% 0.28% -
XYZ 5.32 5.01 6.48 -
YUV 64.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 71 60 70 0 0.15 0.01 0.72 305.45 0.08 0.26
Hex 47 3C 46 0 F 1 48 131 8 1A
Octal 107 74 106 0 17 1 110 461 10 32
Binary 1000111 111100 1000110 0 1111 1 1001000 100110001 1000 11010

Color Harmonies of #473C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C46

Black with #473C46

Text Example


Text Example

White with #473C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473C46; }

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

 H1.HeaderClassName
 {
   color: #473C46;
 }
 .AnyTagClassName
 {
   color: #473C46;
 }
</style>

background-color css

<style>
 a { background-color: #473C46; }

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

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

border-color css

<style>
 span { border-color: #473C46; }

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

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