#464A3F

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

Shades of Tuatara #464A3F

Tints of Tuatara #464A3F

Color information

#464A3F (or 0x464A3F) is unknown color: approx Tuatara. HEX triplet: 46, 4A and 3F. RGB value is (70,74,63). Sum of RGB (Red+Green+Blue) = 70+74+63=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 74 - color contains mainly: green. Hex color #464A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A3F is #B9B5C0. Grayscale: #474747. Windows color (decimal): -12170689 or 4147782. OLE color: 4147782.

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

Color convert

RGB707463-
CMYK0.0500.150.71
HSL81.82º8.03%26.86%-
HSV(B)81.82º14.86%29.02%-
XYZ5.876.565.66-
YUV71.55123.17126.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 63 (25% from 255) = 30.43%
R=33.82%
G=35.75%
B=30.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7074630.0500.150.7181.828.0326.86
Hex464A3F50F475281b
Octal1061127750171071221033
Binary100011010010101111111010111110001111010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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