Html Css Color HEX #444B40 Armadillo

📋 copy color: '#444B40'

red 68 ◦ green 75 ◦ blue 64

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

Shades of Armadillo #444B40

Tints of Armadillo #444B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.23%

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 32.85%
G = 36.23%
B = 30.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#444B40 (or 0x444B40) is known color: Armadillo. HEX triplet: 44, 4B and 40. RGB value is (68,75,64). Sum of RGB (Red+Green+Blue) = 68+75+64=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 75 - color contains mainly: green. Hex color #444B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B40 is #BBB4BF. Grayscale: #474747. Windows color (decimal): -12301504 or 4213572. OLE color: 4213572.

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

Color convert

RGB 68 75 64 -
CMYK 0.09 0 0.15 0.71
HSL 98.18º 0.08% 0.27% -
HSV(B) 98.18º 0.15% 0.29% -
XYZ 5.83 6.63 5.82 -
YUV 71.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 68 75 64 0.09 0 0.15 0.71 98.18 0.08 0.27
Hex 44 4B 40 9 0 F 47 62 8 1B
Octal 104 113 100 11 0 17 107 142 10 33
Binary 1000100 1001011 1000000 1001 0 1111 1000111 1100010 1000 11011

Color Harmonies of #444B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B40

Black with #444B40

Text Example


Text Example

White with #444B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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