Html Css Color HEX #464E40 Armadillo

📋 copy color: '#464E40'

red 70 ◦ green 78 ◦ blue 64

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

Shades of Armadillo #464E40

Tints of Armadillo #464E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.79%

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

R = 33.02%
G = 36.79%
B = 30.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#464E40 (or 0x464E40) is known color: Armadillo. HEX triplet: 46, 4E and 40. RGB value is (70,78,64). Sum of RGB (Red+Green+Blue) = 70+78+64=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 78 - color contains mainly: green. Hex color #464E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E40 is #B9B1BF. Grayscale: #4A4A4A. Windows color (decimal): -12169664 or 4214342. OLE color: 4214342.

HSL color Cylindrical-coordinate representation of color #464E40: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #464E40 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 78 64 -
CMYK 0.10 0 0.18 0.69
HSL 94.29º 0.1% 0.28% -
HSV(B) 94.29º 0.18% 0.31% -
XYZ 6.18 7.12 5.9 -
YUV 74.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 70 78 64 0.10 0 0.18 0.69 94.29 0.1 0.28
Hex 46 4E 40 A 0 12 45 5E A 1C
Octal 106 116 100 12 0 22 105 136 12 34
Binary 1000110 1001110 1000000 1010 0 10010 1000101 1011110 1010 11100

Color Harmonies of #464E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E40

Black with #464E40

Text Example


Text Example

White with #464E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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