Html Css Color HEX #444A42 Armadillo

📋 copy color: '#444A42'

red 68 ◦ green 74 ◦ blue 66

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

Shades of Armadillo #444A42

Tints of Armadillo #444A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.73%

R = 32.69%
G = 35.58%
B = 31.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#444A42 (or 0x444A42) is known color: Armadillo. HEX triplet: 44, 4A and 42. RGB value is (68,74,66). Sum of RGB (Red+Green+Blue) = 68+74+66=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 74 - color contains mainly: green. Hex color #444A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A42 is #BBB5BD. Grayscale: #474747. Windows color (decimal): -12301758 or 4344388. OLE color: 4344388.

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

Color convert

RGB 68 74 66 -
CMYK 0.08 0 0.11 0.71
HSL 105º 0.06% 0.27% -
HSV(B) 105º 0.11% 0.29% -
XYZ 5.82 6.52 6.11 -
YUV 71.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 68 74 66 0.08 0 0.11 0.71 105 0.06 0.27
Hex 44 4A 42 8 0 B 47 69 6 1B
Octal 104 112 102 10 0 13 107 151 6 33
Binary 1000100 1001010 1000010 1000 0 1011 1000111 1101001 110 11011

Color Harmonies of #444A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A42

Black with #444A42

Text Example


Text Example

White with #444A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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