#473B3B

Color #473B3B Eclipse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eclipse #473B3B

Tints of Eclipse #473B3B

Color information

#473B3B (or 0x473B3B) is unknown color: approx Eclipse. HEX triplet: 47, 3B and 3B. RGB value is (71,59,59). Sum of RGB (Red+Green+Blue) = 71+59+59=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B3B is #B8C4C4. Grayscale: #3E3E3E. Windows color (decimal): -12108997 or 3881799. OLE color: 3881799.

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

Color convert

RGB715959-
CMYK00.170.170.72
HSL9.23%25.49%-
HSV(B)16.9%27.84%-
XYZ4.954.784.8-
YUV62.59125.98134-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 59 (23.44% from 255) = 31.22%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=37.57%
G=31.22%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71595900.170.170.7209.2325.49
Hex473B3B01111480919
Octal10773730212111001131
Binary10001111110111110110100011000110010000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,59,59); }

 H1.HeaderClassName
 {
   color: #473B3B;
 }
 .AnyTagClassName
 {
   color: #473B3B;
 }
</style>
background-color css

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

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

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

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

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

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