Html Css Color HEX #484C46 Armadillo

📋 copy color: '#484C46'

red 72 ◦ green 76 ◦ blue 70

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

Shades of Armadillo #484C46

Tints of Armadillo #484C46

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.86%

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

R = 33.03%
G = 34.86%
B = 32.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#484C46 (or 0x484C46) is known color: Armadillo. HEX triplet: 48, 4C and 46. RGB value is (72,76,70). Sum of RGB (Red+Green+Blue) = 72+76+70=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 76 - color contains mainly: green. Hex color #484C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C46 is #B7B3B9. Grayscale: #4A4A4A. Windows color (decimal): -12039098 or 4607048. OLE color: 4607048.

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

Color convert

RGB 72 76 70 -
CMYK 0.05 0 0.08 0.70
HSL 100º 0.04% 0.29% -
HSV(B) 100º 0.08% 0.3% -
XYZ 6.36 6.99 6.81 -
YUV 74.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 72 76 70 0.05 0 0.08 0.70 100 0.04 0.29
Hex 48 4C 46 5 0 8 46 64 4 1D
Octal 110 114 106 5 0 10 106 144 4 35
Binary 1001000 1001100 1000110 101 0 1000 1000110 1100100 100 11101

Color Harmonies of #484C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C46

Black with #484C46

Text Example


Text Example

White with #484C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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