#4B4F46

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

Shades of Armadillo #4B4F46

Tints of Armadillo #4B4F46

Color information

#4B4F46 (or 0x4B4F46) is unknown color: approx Armadillo. HEX triplet: 4B, 4F and 46. RGB value is (75,79,70). Sum of RGB (Red+Green+Blue) = 75+79+70=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 79 - color contains mainly: green. Hex color #4B4F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4F46 is #B4B0B9. Grayscale: #4C4C4C. Windows color (decimal): -11841722 or 4607819. OLE color: 4607819.

HSL color Cylindrical-coordinate representation of color #4B4F46: hue angle of 86.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4B4F46 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB757970-
CMYK0.0500.110.69
HSL86.67º6.04%29.22%-
HSV(B)86.67º11.39%30.98%-
XYZ6.87.536.89-
YUV76.78124.17126.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=33.48%
G=35.27%
B=31.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7579700.0500.110.6986.676.0429.22
Hex4B4F4650B455761d
Octal1131171065013105127635
Binary100101110011111000110101010111000101101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B4F46; }

 p { color: rgb(75,79,70); }

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

<style>
 a { background-color: #4B4F46; }

 a { background-color: rgb(75,79,70); }

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

<style>
 span { border-color: #4B4F46; }

 span { border-color: rgb(75,79,70); }

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