Html Css Color HEX #464D3C Armadillo

📋 copy color: '#464D3C'

red 70 ◦ green 77 ◦ blue 60

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

Shades of Armadillo #464D3C

Tints of Armadillo #464D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.99%

R = 33.82%
G = 37.2%
B = 28.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#464D3C (or 0x464D3C) is known color: Armadillo. HEX triplet: 46, 4D and 3C. RGB value is (70,77,60). Sum of RGB (Red+Green+Blue) = 70+77+60=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 77 - color contains mainly: green. Hex color #464D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D3C is #B9B2C3. Grayscale: #494949. Windows color (decimal): -12169924 or 3951942. OLE color: 3951942.

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

Color convert

RGB 70 77 60 -
CMYK 0.09 0 0.22 0.70
HSL 84.71º 0.12% 0.27% -
HSV(B) 84.71º 0.22% 0.3% -
XYZ 6 6.94 5.3 -
YUV 72.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 70 77 60 0.09 0 0.22 0.70 84.71 0.12 0.27
Hex 46 4D 3C 9 0 16 46 55 C 1B
Octal 106 115 74 11 0 26 106 125 14 33
Binary 1000110 1001101 111100 1001 0 10110 1000110 1010101 1100 11011

Color Harmonies of #464D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D3C

Black with #464D3C

Text Example


Text Example

White with #464D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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