Html Css Color HEX #484F3F Armadillo

📋 copy color: '#484F3F'

red 72 ◦ green 79 ◦ blue 63

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

Shades of Armadillo #484F3F

Tints of Armadillo #484F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.44%

R = 33.64%
G = 36.92%
B = 29.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#484F3F (or 0x484F3F) is known color: Armadillo. HEX triplet: 48, 4F and 3F. RGB value is (72,79,63). Sum of RGB (Red+Green+Blue) = 72+79+63=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 79 - color contains mainly: green. Hex color #484F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F3F is #B7B0C0. Grayscale: #4B4B4B. Windows color (decimal): -12038337 or 4149064. OLE color: 4149064.

HSL color Cylindrical-coordinate representation of color #484F3F: hue angle of 86.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #484F3F is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 79 63 -
CMYK 0.09 0 0.20 0.69
HSL 86.25º 0.11% 0.28% -
HSV(B) 86.25º 0.2% 0.31% -
XYZ 6.37 7.33 5.78 -
YUV 75.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 72 79 63 0.09 0 0.20 0.69 86.25 0.11 0.28
Hex 48 4F 3F 9 0 14 45 56 B 1C
Octal 110 117 77 11 0 24 105 126 13 34
Binary 1001000 1001111 111111 1001 0 10100 1000101 1010110 1011 11100

Color Harmonies of #484F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F3F

Black with #484F3F

Text Example


Text Example

White with #484F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,79,63); }

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

background-color css

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

 a { background-color: rgb(72,79,63); }

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

border-color css

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

 span { border-color: rgb(72,79,63); }

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