Html Css Color HEX #464844 Armadillo

📋 copy color: '#464844'

red 70 ◦ green 72 ◦ blue 68

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

Shades of Armadillo #464844

Tints of Armadillo #464844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.38%

R = 33.33%
G = 34.29%
B = 32.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#464844 (or 0x464844) is known color: Armadillo. HEX triplet: 46, 48 and 44. RGB value is (70,72,68). Sum of RGB (Red+Green+Blue) = 70+72+68=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 72 - color contains mainly: green. Hex color #464844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464844 is #B9B7BB. Grayscale: #464646. Windows color (decimal): -12171196 or 4474950. OLE color: 4474950.

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

Color convert

RGB 70 72 68 -
CMYK 0.03 0 0.06 0.72
HSL 90º 0.03% 0.27% -
HSV(B) 90º 0.06% 0.28% -
XYZ 5.89 6.35 6.39 -
YUV 70.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 70 72 68 0.03 0 0.06 0.72 90 0.03 0.27
Hex 46 48 44 3 0 6 48 5A 3 1B
Octal 106 110 104 3 0 6 110 132 3 33
Binary 1000110 1001000 1000100 11 0 110 1001000 1011010 11 11011

Color Harmonies of #464844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464844

Black with #464844

Text Example


Text Example

White with #464844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464844; }

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

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

background-color css

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

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

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

border-color css

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

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

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