Html Css Color HEX #464845 Armadillo

📋 copy color: '#464845'

red 70 ◦ green 72 ◦ blue 69

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

Shades of Armadillo #464845

Tints of Armadillo #464845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 69 (27.34% from 255) = 32.7%

R = 33.18%
G = 34.12%
B = 32.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#464845 (or 0x464845) is known color: Armadillo. HEX triplet: 46, 48 and 45. RGB value is (70,72,69). Sum of RGB (Red+Green+Blue) = 70+72+69=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 72 - color contains mainly: green. Hex color #464845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464845 is #B9B7BA. Grayscale: #474747. Windows color (decimal): -12171195 or 4540486. OLE color: 4540486.

HSL color Cylindrical-coordinate representation of color #464845: hue angle of 100º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #464845 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 72 69 -
CMYK 0.03 0 0.04 0.72
HSL 100º 0.02% 0.28% -
HSV(B) 100º 0.04% 0.28% -
XYZ 5.92 6.37 6.55 -
YUV 71.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 70 72 69 0.03 0 0.04 0.72 100 0.02 0.28
Hex 46 48 45 3 0 4 48 64 2 1C
Octal 106 110 105 3 0 4 110 144 2 34
Binary 1000110 1001000 1000101 11 0 100 1001000 1100100 10 11100

Color Harmonies of #464845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464845

Black with #464845

Text Example


Text Example

White with #464845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464845; }

 p { color: rgb(70,72,69); }

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

background-color css

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

 a { background-color: rgb(70,72,69); }

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

border-color css

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

 span { border-color: rgb(70,72,69); }

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