Html Css Color HEX #484A46 Armadillo

📋 copy color: '#484A46'

red 72 ◦ green 74 ◦ blue 70

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

Shades of Armadillo #484A46

Tints of Armadillo #484A46

RGB

 RED value IS 72 (28.52% from 255) = 33.33%

 GREEN value IS 74 (29.3% from 255) = 34.26%

 BLUE value IS 70 (27.73% from 255) = 32.41%

R = 33.33%
G = 34.26%
B = 32.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#484A46 (or 0x484A46) is known color: Armadillo. HEX triplet: 48, 4A and 46. RGB value is (72,74,70). Sum of RGB (Red+Green+Blue) = 72+74+70=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 74 - color contains mainly: green. Hex color #484A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A46 is #B7B5B9. Grayscale: #484848. Windows color (decimal): -12039610 or 4606536. OLE color: 4606536.

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

Color convert

RGB 72 74 70 -
CMYK 0.03 0 0.05 0.71
HSL 90º 0.03% 0.28% -
HSV(B) 90º 0.05% 0.29% -
XYZ 6.23 6.72 6.76 -
YUV 72.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 72 74 70 0.03 0 0.05 0.71 90 0.03 0.28
Hex 48 4A 46 3 0 5 47 5A 3 1C
Octal 110 112 106 3 0 5 107 132 3 34
Binary 1001000 1001010 1000110 11 0 101 1000111 1011010 11 11100

Color Harmonies of #484A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A46

Black with #484A46

Text Example


Text Example

White with #484A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A46; }

 p { color: rgb(72,74,70); }

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

background-color css

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

 a { background-color: rgb(72,74,70); }

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

border-color css

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

 span { border-color: rgb(72,74,70); }

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