#484B45

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

Shades of Armadillo #484B45

Tints of Armadillo #484B45

Color information

#484B45 (or 0x484B45) is unknown color: approx Armadillo. HEX triplet: 48, 4B and 45. RGB value is (72,75,69). Sum of RGB (Red+Green+Blue) = 72+75+69=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 75 - color contains mainly: green. Hex color #484B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B45 is #B7B4BA. Grayscale: #494949. Windows color (decimal): -12039355 or 4541256. OLE color: 4541256.

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

Color convert

RGB727569-
CMYK0.0400.080.71
HSL90º4.17%28.24%-
HSV(B)90º8%29.41%-
XYZ6.266.846.62-
YUV73.42125.51126.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=33.33%
G=34.72%
B=31.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275690.0400.080.71904.1728.24
Hex484B45408475a41c
Octal1101131054010107132434
Binary100100010010111000101100010001000111101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,75,69); }

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

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

 a { background-color: rgb(72,75,69); }

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

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

 span { border-color: rgb(72,75,69); }

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