#484E44

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

Shades of Armadillo #484E44

Tints of Armadillo #484E44

Color information

#484E44 (or 0x484E44) is unknown color: approx Armadillo. HEX triplet: 48, 4E and 44. RGB value is (72,78,68). Sum of RGB (Red+Green+Blue) = 72+78+68=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 78 - color contains mainly: green. Hex color #484E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E44 is #B7B1BB. Grayscale: #4B4B4B. Windows color (decimal): -12038588 or 4476488. OLE color: 4476488.

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

Color convert

RGB727868-
CMYK0.0800.130.69
HSL96º6.85%28.63%-
HSV(B)96º12.82%30.59%-
XYZ6.447.246.53-
YUV75.07124.01125.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=33.03%
G=35.78%
B=31.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7278680.0800.130.69966.8528.63
Hex484E4480D456071d
Octal11011610410015105140735
Binary1001000100111010001001000011011000101110000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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