Html Css Color HEX #4A4F44 Armadillo

📋 copy color: '#4A4F44'

red 74 ◦ green 79 ◦ blue 68

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

Shades of Armadillo #4A4F44

Tints of Armadillo #4A4F44

RGB

 RED value IS 74 (29.3% from 255) = 33.48%

 GREEN value IS 79 (31.25% from 255) = 35.75%

 BLUE value IS 68 (26.95% from 255) = 30.77%

R = 33.48%
G = 35.75%
B = 30.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#4A4F44 (or 0x4A4F44) is known color: Armadillo. HEX triplet: 4A, 4F and 44. RGB value is (74,79,68). Sum of RGB (Red+Green+Blue) = 74+79+68=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4F44 is #B5B0BB. Grayscale: #4C4C4C. Windows color (decimal): -11907260 or 4476746. OLE color: 4476746.

HSL color Cylindrical-coordinate representation of color #4A4F44: hue angle of 87.27º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4F44 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 79 68 -
CMYK 0.06 0 0.14 0.69
HSL 87.27º 0.07% 0.29% -
HSV(B) 87.27º 0.14% 0.31% -
XYZ 6.66 7.47 6.56 -
YUV 76.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 74 79 68 0.06 0 0.14 0.69 87.27 0.07 0.29
Hex 4A 4F 44 6 0 E 45 57 7 1D
Octal 112 117 104 6 0 16 105 127 7 35
Binary 1001010 1001111 1000100 110 0 1110 1000101 1010111 111 11101

Color Harmonies of #4A4F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4F44

Black with #4A4F44

Text Example


Text Example

White with #4A4F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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