Html Css Color HEX #444743 Armadillo

📋 copy color: '#444743'

red 68 ◦ green 71 ◦ blue 67

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

Shades of Armadillo #444743

Tints of Armadillo #444743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 67 (26.56% from 255) = 32.52%

R = 33.01%
G = 34.47%
B = 32.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#444743 (or 0x444743) is known color: Armadillo. HEX triplet: 44, 47 and 43. RGB value is (68,71,67). Sum of RGB (Red+Green+Blue) = 68+71+67=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 71 - color contains mainly: green. Hex color #444743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444743 is #BBB8BC. Grayscale: #454545. Windows color (decimal): -12302525 or 4409156. OLE color: 4409156.

HSL color Cylindrical-coordinate representation of color #444743: hue angle of 105º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #444743 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 71 67 -
CMYK 0.04 0 0.06 0.72
HSL 105º 0.03% 0.27% -
HSV(B) 105º 0.06% 0.28% -
XYZ 5.65 6.14 6.2 -
YUV 69.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 68 71 67 0.04 0 0.06 0.72 105 0.03 0.27
Hex 44 47 43 4 0 6 48 69 3 1B
Octal 104 107 103 4 0 6 110 151 3 33
Binary 1000100 1000111 1000011 100 0 110 1001000 1101001 11 11011

Color Harmonies of #444743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444743

Black with #444743

Text Example


Text Example

White with #444743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444743; }

 p { color: rgb(68,71,67); }

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

background-color css

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

 a { background-color: rgb(68,71,67); }

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

border-color css

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

 span { border-color: rgb(68,71,67); }

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