#464B44

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

Shades of Armadillo #464B44

Tints of Armadillo #464B44

Color information

#464B44 (or 0x464B44) is unknown color: approx Armadillo. HEX triplet: 46, 4B and 44. RGB value is (70,75,68). Sum of RGB (Red+Green+Blue) = 70+75+68=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 75 - color contains mainly: green. Hex color #464B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B44 is #B9B4BB. Grayscale: #484848. Windows color (decimal): -12170428 or 4475718. OLE color: 4475718.

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

Color convert

RGB707568-
CMYK0.0700.090.71
HSL102.86º4.9%28.04%-
HSV(B)102.86º9.33%29.41%-
XYZ6.096.756.45-
YUV72.71125.34126.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=32.86%
G=35.21%
B=31.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7075680.0700.090.71102.864.928.04
Hex464B44709476751c
Octal1061131047011107147534
Binary100011010010111000100111010011000111110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,75,68); }

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

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

 a { background-color: rgb(70,75,68); }

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

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

 span { border-color: rgb(70,75,68); }

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