#474940

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

Shades of Tuatara #474940

Tints of Tuatara #474940

Color information

#474940 (or 0x474940) is unknown color: approx Tuatara. HEX triplet: 47, 49 and 40. RGB value is (71,73,64). Sum of RGB (Red+Green+Blue) = 71+73+64=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 73 - color contains mainly: green. Hex color #474940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474940 is #B8B6BF. Grayscale: #474747. Windows color (decimal): -12105408 or 4213063. OLE color: 4213063.

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

Color convert

RGB717364-
CMYK0.0300.120.71
HSL73.33º6.57%26.86%-
HSV(B)73.33º12.33%28.63%-
XYZ5.916.475.79-
YUV71.38123.84127.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=34.13%
G=35.10%
B=30.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173640.0300.120.7173.336.5726.86
Hex47494030C474971b
Octal1071111003014107111733
Binary10001111001001100000011011001000111100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474940; }

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

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

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

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

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

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

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

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