#464843

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

Shades of Armadillo #464843

Tints of Armadillo #464843

Color information

#464843 (or 0x464843) is unknown color: approx Armadillo. HEX triplet: 46, 48 and 43. RGB value is (70,72,67). Sum of RGB (Red+Green+Blue) = 70+72+67=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 72 - color contains mainly: green. Hex color #464843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464843 is #B9B7BC. Grayscale: #464646. Windows color (decimal): -12171197 or 4409414. OLE color: 4409414.

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

Color convert

RGB707267-
CMYK0.0300.070.72
HSL84º3.6%27.25%-
HSV(B)84º6.94%28.24%-
XYZ5.866.346.23-
YUV70.83125.84127.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 67 (26.56% from 255) = 32.06%
R=33.49%
G=34.45%
B=32.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072670.0300.070.72843.627.25
Hex464843307485441b
Octal106110103307110124433
Binary1000110100100010000111101111001000101010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464843; }

 p { color: rgb(70,72,67); }

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

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

 a { background-color: rgb(70,72,67); }

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

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

 span { border-color: rgb(70,72,67); }

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