Html Css Color HEX #484947 Armadillo

📋 copy color: '#484947'

red 72 ◦ green 73 ◦ blue 71

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

Shades of Armadillo #484947

Tints of Armadillo #484947

RGB

 RED value IS 72 (28.52% from 255) = 33.33%

 GREEN value IS 73 (28.91% from 255) = 33.8%

 BLUE value IS 71 (28.13% from 255) = 32.87%

R = 33.33%
G = 33.8%
B = 32.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#484947 (or 0x484947) is known color: Armadillo. HEX triplet: 48, 49 and 47. RGB value is (72,73,71). Sum of RGB (Red+Green+Blue) = 72+73+71=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 73 - color contains mainly: green. Hex color #484947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484947 is #B7B6B8. Grayscale: #484848. Windows color (decimal): -12039865 or 4671816. OLE color: 4671816.

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

Color convert

RGB 72 73 71 -
CMYK 0.01 0 0.03 0.71
HSL 90º 0.01% 0.28% -
HSV(B) 90º 0.03% 0.29% -
XYZ 6.19 6.6 6.91 -
YUV 72.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 72 73 71 0.01 0 0.03 0.71 90 0.01 0.28
Hex 48 49 47 1 0 3 47 5A 1 1C
Octal 110 111 107 1 0 3 107 132 1 34
Binary 1001000 1001001 1000111 1 0 11 1000111 1011010 1 11100

Color Harmonies of #484947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484947

Black with #484947

Text Example


Text Example

White with #484947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484947; }

 p { color: rgb(72,73,71); }

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

background-color css

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

 a { background-color: rgb(72,73,71); }

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

border-color css

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

 span { border-color: rgb(72,73,71); }

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