Html Css Color HEX #474B45 Armadillo

📋 copy color: '#474B45'

red 71 ◦ green 75 ◦ blue 69

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

Shades of Armadillo #474B45

Tints of Armadillo #474B45

RGB

 RED value IS 71 (28.13% from 255) = 33.02%

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

 BLUE value IS 69 (27.34% from 255) = 32.09%

R = 33.02%
G = 34.88%
B = 32.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#474B45 (or 0x474B45) is known color: Armadillo. HEX triplet: 47, 4B and 45. RGB value is (71,75,69). Sum of RGB (Red+Green+Blue) = 71+75+69=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 75 - color contains mainly: green. Hex color #474B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B45 is #B8B4BA. Grayscale: #494949. Windows color (decimal): -12104891 or 4541255. OLE color: 4541255.

HSL color Cylindrical-coordinate representation of color #474B45: hue angle of 100º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474B45 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 75 69 -
CMYK 0.05 0 0.08 0.71
HSL 100º 0.04% 0.28% -
HSV(B) 100º 0.08% 0.29% -
XYZ 6.19 6.8 6.62 -
YUV 73.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 71 75 69 0.05 0 0.08 0.71 100 0.04 0.28
Hex 47 4B 45 5 0 8 47 64 4 1C
Octal 107 113 105 5 0 10 107 144 4 34
Binary 1000111 1001011 1000101 101 0 1000 1000111 1100100 100 11100

Color Harmonies of #474B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B45

Black with #474B45

Text Example


Text Example

White with #474B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474B45; }

 p { color: rgb(71,75,69); }

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

background-color css

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

 a { background-color: rgb(71,75,69); }

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

border-color css

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

 span { border-color: rgb(71,75,69); }

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