#47493F

Color #47493F Tuatara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuatara #47493F

Tints of Tuatara #47493F

Color information

#47493F (or 0x47493F) is unknown color: approx Tuatara. HEX triplet: 47, 49 and 3F. RGB value is (71,73,63). Sum of RGB (Red+Green+Blue) = 71+73+63=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 73 - color contains mainly: green. Hex color #47493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47493F is #B8B6C0. Grayscale: #474747. Windows color (decimal): -12105409 or 4147527. OLE color: 4147527.

HSL color Cylindrical-coordinate representation of color #47493F: hue angle of 72º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #47493F is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB717363-
CMYK0.0300.140.71
HSL72º7.35%26.67%-
HSV(B)72º13.7%28.63%-
XYZ5.886.465.64-
YUV71.26123.34127.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 63 (25% from 255) = 30.43%
R=34.30%
G=35.27%
B=30.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173630.0300.140.71727.3526.67
Hex47493F30E474871b
Octal107111773016107110733
Binary1000111100100111111111011101000111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47493F; }

 p { color: rgb(71,73,63); }

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

<style>
 a { background-color: #47493F; }

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

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

<style>
 span { border-color: #47493F; }

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

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