Html Css Color HEX #484A47 Armadillo

📋 copy color: '#484A47'

red 72 ◦ green 74 ◦ blue 71

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

Shades of Armadillo #484A47

Tints of Armadillo #484A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.1%

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

R = 33.18%
G = 34.1%
B = 32.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#484A47 (or 0x484A47) is known color: Armadillo. HEX triplet: 48, 4A and 47. RGB value is (72,74,71). Sum of RGB (Red+Green+Blue) = 72+74+71=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 74 - color contains mainly: green. Hex color #484A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A47 is #B7B5B8. Grayscale: #494949. Windows color (decimal): -12039609 or 4672072. OLE color: 4672072.

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

Color convert

RGB 72 74 71 -
CMYK 0.03 0 0.04 0.71
HSL 100º 0.02% 0.28% -
HSV(B) 100º 0.04% 0.29% -
XYZ 6.26 6.73 6.93 -
YUV 73.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 72 74 71 0.03 0 0.04 0.71 100 0.02 0.28
Hex 48 4A 47 3 0 4 47 64 2 1C
Octal 110 112 107 3 0 4 107 144 2 34
Binary 1001000 1001010 1000111 11 0 100 1000111 1100100 10 11100

Color Harmonies of #484A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A47

Black with #484A47

Text Example


Text Example

White with #484A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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