Html Css Color HEX #464A43 Armadillo

📋 copy color: '#464A43'

red 70 ◦ green 74 ◦ blue 67

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

Shades of Armadillo #464A43

Tints of Armadillo #464A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.75%

R = 33.18%
G = 35.07%
B = 31.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#464A43 (or 0x464A43) is known color: Armadillo. HEX triplet: 46, 4A and 43. RGB value is (70,74,67). Sum of RGB (Red+Green+Blue) = 70+74+67=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 74 - color contains mainly: green. Hex color #464A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A43 is #B9B5BC. Grayscale: #484848. Windows color (decimal): -12170685 or 4409926. OLE color: 4409926.

HSL color Cylindrical-coordinate representation of color #464A43: hue angle of 94.29º 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 #464A43 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 74 67 -
CMYK 0.05 0 0.09 0.71
HSL 94.29º 0.05% 0.28% -
HSV(B) 94.29º 0.09% 0.29% -
XYZ 5.99 6.6 6.27 -
YUV 72.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 70 74 67 0.05 0 0.09 0.71 94.29 0.05 0.28
Hex 46 4A 43 5 0 9 47 5E 5 1C
Octal 106 112 103 5 0 11 107 136 5 34
Binary 1000110 1001010 1000011 101 0 1001 1000111 1011110 101 11100

Color Harmonies of #464A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A43

Black with #464A43

Text Example


Text Example

White with #464A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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