#484C44

Color #484C44 Armadillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Armadillo #484C44

Tints of Armadillo #484C44

Color information

#484C44 (or 0x484C44) is unknown color: approx Armadillo. HEX triplet: 48, 4C and 44. RGB value is (72,76,68). Sum of RGB (Red+Green+Blue) = 72+76+68=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 76 - color contains mainly: green. Hex color #484C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C44 is #B7B3BB. Grayscale: #494949. Windows color (decimal): -12039100 or 4475976. OLE color: 4475976.

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

Color convert

RGB727668-
CMYK0.0500.110.70
HSL90º5.56%28.24%-
HSV(B)90º10.53%29.8%-
XYZ6.36.966.48-
YUV73.89124.67126.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=33.33%
G=35.19%
B=31.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7276680.0500.110.70905.5628.24
Hex484C4450B465a61c
Octal1101141045013106132634
Binary100100010011001000100101010111000110101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #484C44;
 }
 .AnyTagClassName
 {
   color: #484C44;
 }
</style>
background-color css

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

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

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

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

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

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