Html Css Color HEX #484E40 Armadillo

📋 copy color: '#484E40'

red 72 ◦ green 78 ◦ blue 64

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

Shades of Armadillo #484E40

Tints of Armadillo #484E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.45%

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 33.64%
G = 36.45%
B = 29.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#484E40 (or 0x484E40) is known color: Armadillo. HEX triplet: 48, 4E and 40. RGB value is (72,78,64). Sum of RGB (Red+Green+Blue) = 72+78+64=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 78 - color contains mainly: green. Hex color #484E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E40 is #B7B1BF. Grayscale: #4A4A4A. Windows color (decimal): -12038592 or 4214344. OLE color: 4214344.

HSL color Cylindrical-coordinate representation of color #484E40: hue angle of 85.71º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484E40 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 78 64 -
CMYK 0.08 0 0.18 0.69
HSL 85.71º 0.1% 0.28% -
HSV(B) 85.71º 0.18% 0.31% -
XYZ 6.32 7.2 5.91 -
YUV 74.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 72 78 64 0.08 0 0.18 0.69 85.71 0.1 0.28
Hex 48 4E 40 8 0 12 45 56 A 1C
Octal 110 116 100 10 0 22 105 126 12 34
Binary 1001000 1001110 1000000 1000 0 10010 1000101 1010110 1010 11100

Color Harmonies of #484E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E40

Black with #484E40

Text Example


Text Example

White with #484E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,78,64); }

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

background-color css

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

 a { background-color: rgb(72,78,64); }

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

border-color css

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

 span { border-color: rgb(72,78,64); }

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