Html Css Color HEX #464C40 Armadillo

📋 copy color: '#464C40'

red 70 ◦ green 76 ◦ blue 64

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

Shades of Armadillo #464C40

Tints of Armadillo #464C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.19%

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

R = 33.33%
G = 36.19%
B = 30.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#464C40 (or 0x464C40) is known color: Armadillo. HEX triplet: 46, 4C and 40. RGB value is (70,76,64). Sum of RGB (Red+Green+Blue) = 70+76+64=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 76 - color contains mainly: green. Hex color #464C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C40 is #B9B3BF. Grayscale: #484848. Windows color (decimal): -12170176 or 4213830. OLE color: 4213830.

HSL color Cylindrical-coordinate representation of color #464C40: hue angle of 90º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #464C40 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 76 64 -
CMYK 0.08 0 0.16 0.70
HSL 90º 0.09% 0.27% -
HSV(B) 90º 0.16% 0.3% -
XYZ 6.04 6.84 5.85 -
YUV 72.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 70 76 64 0.08 0 0.16 0.70 90 0.09 0.27
Hex 46 4C 40 8 0 10 46 5A 9 1B
Octal 106 114 100 10 0 20 106 132 11 33
Binary 1000110 1001100 1000000 1000 0 10000 1000110 1011010 1001 11011

Color Harmonies of #464C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C40

Black with #464C40

Text Example


Text Example

White with #464C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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