#4B5045

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

Shades of Armadillo #4B5045

Tints of Armadillo #4B5045

Color information

#4B5045 (or 0x4B5045) is unknown color: approx Armadillo. HEX triplet: 4B, 50 and 45. RGB value is (75,80,69). Sum of RGB (Red+Green+Blue) = 75+80+69=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5045 is #B4AFBA. Grayscale: #4D4D4D. Windows color (decimal): -11841467 or 4542539. OLE color: 4542539.

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

Color convert

RGB758069-
CMYK0.0600.140.69
HSL87.27º7.38%29.22%-
HSV(B)87.27º13.75%31.37%-
XYZ6.847.666.75-
YUV77.25123.34126.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=33.48%
G=35.71%
B=30.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580690.0600.140.6987.277.3829.22
Hex4B504560E455771d
Octal1131201056016105127735
Binary100101110100001000101110011101000101101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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