#484C46

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

Shades of Armadillo #484C46

Tints of Armadillo #484C46

Color information

#484C46 (or 0x484C46) is unknown color: approx Armadillo. HEX triplet: 48, 4C and 46. RGB value is (72,76,70). Sum of RGB (Red+Green+Blue) = 72+76+70=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 76 - color contains mainly: green. Hex color #484C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C46 is #B7B3B9. Grayscale: #4A4A4A. Windows color (decimal): -12039098 or 4607048. OLE color: 4607048.

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

Color convert

RGB727670-
CMYK0.0500.080.70
HSL100º4.11%28.63%-
HSV(B)100º7.89%29.8%-
XYZ6.366.996.81-
YUV74.12125.67126.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=33.03%
G=34.86%
B=32.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7276700.0500.080.701004.1128.63
Hex484C46508466441d
Octal1101141065010106144435
Binary100100010011001000110101010001000110110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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