Html Css Color HEX #484C42 Armadillo

📋 copy color: '#484C42'

red 72 ◦ green 76 ◦ blue 66

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

Shades of Armadillo #484C42

Tints of Armadillo #484C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 33.64%
G = 35.51%
B = 30.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#484C42 (or 0x484C42) is known color: Armadillo. HEX triplet: 48, 4C and 42. RGB value is (72,76,66). Sum of RGB (Red+Green+Blue) = 72+76+66=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 76 - color contains mainly: green. Hex color #484C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C42 is #B7B3BD. Grayscale: #494949. Windows color (decimal): -12039102 or 4344904. OLE color: 4344904.

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

Color convert

RGB 72 76 66 -
CMYK 0.05 0 0.13 0.70
HSL 84º 0.07% 0.28% -
HSV(B) 84º 0.13% 0.3% -
XYZ 6.24 6.94 6.16 -
YUV 73.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 72 76 66 0.05 0 0.13 0.70 84 0.07 0.28
Hex 48 4C 42 5 0 D 46 54 7 1C
Octal 110 114 102 5 0 15 106 124 7 34
Binary 1001000 1001100 1000010 101 0 1101 1000110 1010100 111 11100

Color Harmonies of #484C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C42

Black with #484C42

Text Example


Text Example

White with #484C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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