Html Css Color HEX #444A41 Armadillo

📋 copy color: '#444A41'

red 68 ◦ green 74 ◦ blue 65

#444A41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Armadillo #444A41

Tints of Armadillo #444A41

RGB

 RED value IS 68 (26.95% from 255) = 32.85%

 GREEN value IS 74 (29.3% from 255) = 35.75%

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 32.85%
G = 35.75%
B = 31.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#444A41 (or 0x444A41) is known color: Armadillo. HEX triplet: 44, 4A and 41. RGB value is (68,74,65). Sum of RGB (Red+Green+Blue) = 68+74+65=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 74 - color contains mainly: green. Hex color #444A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A41 is #BBB5BE. Grayscale: #474747. Windows color (decimal): -12301759 or 4278852. OLE color: 4278852.

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

Color convert

RGB 68 74 65 -
CMYK 0.08 0 0.12 0.71
HSL 100º 0.06% 0.27% -
HSV(B) 100º 0.12% 0.29% -
XYZ 5.79 6.51 5.95 -
YUV 71.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 68 74 65 0.08 0 0.12 0.71 100 0.06 0.27
Hex 44 4A 41 8 0 C 47 64 6 1B
Octal 104 112 101 10 0 14 107 144 6 33
Binary 1000100 1001010 1000001 1000 0 1100 1000111 1100100 110 11011

Color Harmonies of #444A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A41

Black with #444A41

Text Example


Text Example

White with #444A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #444A41;
 }
 .AnyTagClassName
 {
   color: #444A41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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