#484E40

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

Shades of Armadillo #484E40

Tints of Armadillo #484E40

Color information

#484E40 (or 0x484E40) is unknown color: approx Armadillo. HEX triplet: 48, 4E and 40. RGB value is (72,78,64). Sum of RGB (Red+Green+Blue) = 72+78+64=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 78 - color contains mainly: green. Hex color #484E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E40 is #B7B1BF. Grayscale: #4A4A4A. Windows color (decimal): -12038592 or 4214344. OLE color: 4214344.

HSL color Cylindrical-coordinate representation of color #484E40: hue angle of 85.71º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484E40 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB727864-
CMYK0.0800.180.69
HSL85.71º9.86%27.84%-
HSV(B)85.71º17.95%30.59%-
XYZ6.327.25.91-
YUV74.61122.01126.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=33.64%
G=36.45%
B=29.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7278640.0800.180.6985.719.8627.84
Hex484E4080124556a1c
Octal110116100100221051261234
Binary100100010011101000000100001001010001011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,78,64); }

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

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

 a { background-color: rgb(72,78,64); }

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

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

 span { border-color: rgb(72,78,64); }

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