#464A3D

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

Shades of Tuatara #464A3D

Tints of Tuatara #464A3D

Color information

#464A3D (or 0x464A3D) is unknown color: approx Tuatara. HEX triplet: 46, 4A and 3D. RGB value is (70,74,61). Sum of RGB (Red+Green+Blue) = 70+74+61=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 74 - color contains mainly: green. Hex color #464A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A3D is #B9B5C2. Grayscale: #474747. Windows color (decimal): -12170691 or 4016710. OLE color: 4016710.

HSL color Cylindrical-coordinate representation of color #464A3D: hue angle of 78.46º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #464A3D is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB707461-
CMYK0.0500.180.71
HSL78.46º9.63%26.47%-
HSV(B)78.46º17.57%29.02%-
XYZ5.826.545.37-
YUV71.32122.17127.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=34.15%
G=36.10%
B=29.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7074610.0500.180.7178.469.6326.47
Hex464A3D5012474ea1a
Octal1061127550221071161232
Binary1000110100101011110110101001010001111001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464A3D; }

 p { color: rgb(70,74,61); }

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

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

 a { background-color: rgb(70,74,61); }

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

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

 span { border-color: rgb(70,74,61); }

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