Html Css Color HEX #464F3D Armadillo

📋 copy color: '#464F3D'

red 70 ◦ green 79 ◦ blue 61

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

Shades of Armadillo #464F3D

Tints of Armadillo #464F3D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.62%

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

R = 33.33%
G = 37.62%
B = 29.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#464F3D (or 0x464F3D) is known color: Armadillo. HEX triplet: 46, 4F and 3D. RGB value is (70,79,61). Sum of RGB (Red+Green+Blue) = 70+79+61=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #464F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F3D is #B9B0C2. Grayscale: #4A4A4A. Windows color (decimal): -12169411 or 4017990. OLE color: 4017990.

HSL color Cylindrical-coordinate representation of color #464F3D: hue angle of 90º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464F3D is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 79 61 -
CMYK 0.11 0 0.23 0.69
HSL 90º 0.13% 0.27% -
HSV(B) 90º 0.23% 0.31% -
XYZ 6.16 7.23 5.49 -
YUV 74.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 70 79 61 0.11 0 0.23 0.69 90 0.13 0.27
Hex 46 4F 3D B 0 17 45 5A D 1B
Octal 106 117 75 13 0 27 105 132 15 33
Binary 1000110 1001111 111101 1011 0 10111 1000101 1011010 1101 11011

Color Harmonies of #464F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F3D

Black with #464F3D

Text Example


Text Example

White with #464F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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