#444B41

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

Shades of Armadillo #444B41

Tints of Armadillo #444B41

Color information

#444B41 (or 0x444B41) is unknown color: approx Armadillo. HEX triplet: 44, 4B and 41. RGB value is (68,75,65). Sum of RGB (Red+Green+Blue) = 68+75+65=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 75 - color contains mainly: green. Hex color #444B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B41 is #BBB4BE. Grayscale: #474747. Windows color (decimal): -12301503 or 4279108. OLE color: 4279108.

HSL color Cylindrical-coordinate representation of color #444B41: hue angle of 102º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #444B41 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB687565-
CMYK0.0900.130.71
HSL102º7.14%27.45%-
HSV(B)102º13.33%29.41%-
XYZ5.856.645.97-
YUV71.77124.18125.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=32.69%
G=36.06%
B=31.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875650.0900.130.711027.1427.45
Hex444B4190D476671b
Octal10411310111015107146733
Binary1000100100101110000011001011011000111110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444B41; }

 p { color: rgb(68,75,65); }

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

<style>
 a { background-color: #444B41; }

 a { background-color: rgb(68,75,65); }

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

<style>
 span { border-color: #444B41; }

 span { border-color: rgb(68,75,65); }

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