#464E40

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

Shades of Armadillo #464E40

Tints of Armadillo #464E40

Color information

#464E40 (or 0x464E40) is unknown color: approx Armadillo. HEX triplet: 46, 4E and 40. RGB value is (70,78,64). Sum of RGB (Red+Green+Blue) = 70+78+64=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 78 - color contains mainly: green. Hex color #464E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E40 is #B9B1BF. Grayscale: #4A4A4A. Windows color (decimal): -12169664 or 4214342. OLE color: 4214342.

HSL color Cylindrical-coordinate representation of color #464E40: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #464E40 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB707864-
CMYK0.1000.180.69
HSL94.29º9.86%27.84%-
HSV(B)94.29º17.95%30.59%-
XYZ6.187.125.9-
YUV74.01122.35125.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=33.02%
G=36.79%
B=30.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7078640.1000.180.6994.299.8627.84
Hex464E40A012455ea1c
Octal106116100120221051361234
Binary100011010011101000000101001001010001011011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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