#484D42

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

Shades of Armadillo #484D42

Tints of Armadillo #484D42

Color information

#484D42 (or 0x484D42) is unknown color: approx Armadillo. HEX triplet: 48, 4D and 42. RGB value is (72,77,66). Sum of RGB (Red+Green+Blue) = 72+77+66=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 77 - color contains mainly: green. Hex color #484D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D42 is #B7B2BD. Grayscale: #4A4A4A. Windows color (decimal): -12038846 or 4345160. OLE color: 4345160.

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

Color convert

RGB727766-
CMYK0.0600.140.70
HSL87.27º7.69%28.04%-
HSV(B)87.27º14.29%30.2%-
XYZ6.317.086.19-
YUV74.25123.34126.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=33.49%
G=35.81%
B=30.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7277660.0600.140.7087.277.6928.04
Hex484D4260E465781c
Octal11011510260161061271034
Binary1001000100110110000101100111010001101010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,77,66); }

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

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

 a { background-color: rgb(72,77,66); }

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

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

 span { border-color: rgb(72,77,66); }

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