Html Css Color HEX #4A4B49 Armadillo

📋 copy color: '#4A4B49'

red 74 ◦ green 75 ◦ blue 73

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

Shades of Armadillo #4A4B49

Tints of Armadillo #4A4B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 32.88%

R = 33.33%
G = 33.78%
B = 32.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#4A4B49 (or 0x4A4B49) is known color: Armadillo. HEX triplet: 4A, 4B and 49. RGB value is (74,75,73). Sum of RGB (Red+Green+Blue) = 74+75+73=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 75 - color contains mainly: green. Hex color #4A4B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4B49 is #B5B4B6. Grayscale: #4A4A4A. Windows color (decimal): -11908279 or 4803402. OLE color: 4803402.

HSL color Cylindrical-coordinate representation of color #4A4B49: hue angle of 90º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #4A4B49 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 75 73 -
CMYK 0.01 0 0.03 0.71
HSL 90º 0.01% 0.29% -
HSV(B) 90º 0.03% 0.29% -
XYZ 6.54 6.97 7.3 -
YUV 74.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 74 75 73 0.01 0 0.03 0.71 90 0.01 0.29
Hex 4A 4B 49 1 0 3 47 5A 1 1D
Octal 112 113 111 1 0 3 107 132 1 35
Binary 1001010 1001011 1001001 1 0 11 1000111 1011010 1 11101

Color Harmonies of #4A4B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4B49

Black with #4A4B49

Text Example


Text Example

White with #4A4B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,75,73); }

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

background-color css

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

 a { background-color: rgb(74,75,73); }

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

border-color css

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

 span { border-color: rgb(74,75,73); }

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