#464940

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

Shades of Tuatara #464940

Tints of Tuatara #464940

Color information

#464940 (or 0x464940) is unknown color: approx Tuatara. HEX triplet: 46, 49 and 40. RGB value is (70,73,64). Sum of RGB (Red+Green+Blue) = 70+73+64=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 73 - color contains mainly: green. Hex color #464940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464940 is #B9B6BF. Grayscale: #474747. Windows color (decimal): -12170944 or 4213062. OLE color: 4213062.

HSL color Cylindrical-coordinate representation of color #464940: hue angle of 80º 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 #464940 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB707364-
CMYK0.0400.120.71
HSL80º6.57%26.86%-
HSV(B)80º12.33%28.63%-
XYZ5.836.445.79-
YUV71.08124.01127.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=33.82%
G=35.27%
B=30.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7073640.0400.120.71806.5726.86
Hex46494040C475071b
Octal1061111004014107120733
Binary100011010010011000000100011001000111101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464940; }

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

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

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

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

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

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

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

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