#464745

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

Shades of Armadillo #464745

Tints of Armadillo #464745

Color information

#464745 (or 0x464745) is unknown color: approx Armadillo. HEX triplet: 46, 47 and 45. RGB value is (70,71,69). Sum of RGB (Red+Green+Blue) = 70+71+69=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 71 - color contains mainly: green. Hex color #464745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464745 is #B9B8BA. Grayscale: #464646. Windows color (decimal): -12171451 or 4540230. OLE color: 4540230.

HSL color Cylindrical-coordinate representation of color #464745: hue angle of 90º degrees, saturation: 0.01, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #464745 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB707169-
CMYK0.0100.030.72
HSL90º1.43%27.45%-
HSV(B)90º2.82%27.84%-
XYZ5.856.246.53-
YUV70.47127.17127.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=33.33%
G=33.81%
B=32.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071690.0100.030.72901.4327.45
Hex464745103485a11b
Octal106107105103110132133
Binary100011010001111000101101110010001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464745; }

 p { color: rgb(70,71,69); }

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

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

 a { background-color: rgb(70,71,69); }

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

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

 span { border-color: rgb(70,71,69); }

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