Html Css Color HEX #464D3D Armadillo

📋 copy color: '#464D3D'

red 70 ◦ green 77 ◦ blue 61

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

Shades of Armadillo #464D3D

Tints of Armadillo #464D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.02%

 BLUE value IS 61 (24.22% from 255) = 29.33%

R = 33.65%
G = 37.02%
B = 29.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#464D3D (or 0x464D3D) is known color: Armadillo. HEX triplet: 46, 4D and 3D. RGB value is (70,77,61). Sum of RGB (Red+Green+Blue) = 70+77+61=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #464D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D3D is #B9B2C2. Grayscale: #494949. Windows color (decimal): -12169923 or 4017478. OLE color: 4017478.

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

Color convert

RGB 70 77 61 -
CMYK 0.09 0 0.21 0.70
HSL 86.25º 0.12% 0.27% -
HSV(B) 86.25º 0.21% 0.3% -
XYZ 6.02 6.95 5.44 -
YUV 73.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 70 77 61 0.09 0 0.21 0.70 86.25 0.12 0.27
Hex 46 4D 3D 9 0 15 46 56 C 1B
Octal 106 115 75 11 0 25 106 126 14 33
Binary 1000110 1001101 111101 1001 0 10101 1000110 1010110 1100 11011

Color Harmonies of #464D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D3D

Black with #464D3D

Text Example


Text Example

White with #464D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,77,61); }

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

background-color css

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

 a { background-color: rgb(70,77,61); }

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

border-color css

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

 span { border-color: rgb(70,77,61); }

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