Html Css Color HEX #464A40 Armadillo

📋 copy color: '#464A40'

red 70 ◦ green 74 ◦ blue 64

#464A40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Armadillo #464A40

Tints of Armadillo #464A40

RGB

 RED value IS 70 (27.73% from 255) = 33.65%

 GREEN value IS 74 (29.3% from 255) = 35.58%

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 33.65%
G = 35.58%
B = 30.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#464A40 (or 0x464A40) is known color: Armadillo. HEX triplet: 46, 4A and 40. RGB value is (70,74,64). Sum of RGB (Red+Green+Blue) = 70+74+64=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 74 - color contains mainly: green. Hex color #464A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A40 is #B9B5BF. Grayscale: #474747. Windows color (decimal): -12170688 or 4213318. OLE color: 4213318.

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

Color convert

RGB 70 74 64 -
CMYK 0.05 0 0.14 0.71
HSL 84º 0.07% 0.27% -
HSV(B) 84º 0.14% 0.29% -
XYZ 5.9 6.57 5.81 -
YUV 71.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 70 74 64 0.05 0 0.14 0.71 84 0.07 0.27
Hex 46 4A 40 5 0 E 47 54 7 1B
Octal 106 112 100 5 0 16 107 124 7 33
Binary 1000110 1001010 1000000 101 0 1110 1000111 1010100 111 11011

Color Harmonies of #464A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A40

Black with #464A40

Text Example


Text Example

White with #464A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #464A40;
 }
 .AnyTagClassName
 {
   color: #464A40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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