#464F3B

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

Shades of Armadillo #464F3B

Tints of Armadillo #464F3B

Color information

#464F3B (or 0x464F3B) is unknown color: approx Armadillo. HEX triplet: 46, 4F and 3B. RGB value is (70,79,59). Sum of RGB (Red+Green+Blue) = 70+79+59=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #464F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F3B is #B9B0C4. Grayscale: #4A4A4A. Windows color (decimal): -12169413 or 3886918. OLE color: 3886918.

HSL color Cylindrical-coordinate representation of color #464F3B: hue angle of 87º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #464F3B is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB707959-
CMYK0.1100.250.69
HSL87º14.49%27.06%-
HSV(B)87º25.32%30.98%-
XYZ6.117.215.21-
YUV74.03119.52125.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 59 (23.44% from 255) = 28.37%
R=33.65%
G=37.98%
B=28.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079590.1100.250.698714.4927.06
Hex464F3BB0194557e1b
Octal10611773130311051271633
Binary10001101001111111011101101100110001011010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,79,59); }

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

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

 a { background-color: rgb(70,79,59); }

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

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

 span { border-color: rgb(70,79,59); }

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