Html Css Color HEX #484D45 Armadillo

📋 copy color: '#484D45'

red 72 ◦ green 77 ◦ blue 69

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

Shades of Armadillo #484D45

Tints of Armadillo #484D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.32%

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 33.03%
G = 35.32%
B = 31.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#484D45 (or 0x484D45) is known color: Armadillo. HEX triplet: 48, 4D and 45. RGB value is (72,77,69). Sum of RGB (Red+Green+Blue) = 72+77+69=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 77 - color contains mainly: green. Hex color #484D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D45 is #B7B2BA. Grayscale: #4A4A4A. Windows color (decimal): -12038843 or 4541768. OLE color: 4541768.

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

Color convert

RGB 72 77 69 -
CMYK 0.06 0 0.10 0.70
HSL 97.5º 0.05% 0.29% -
HSV(B) 97.5º 0.1% 0.3% -
XYZ 6.4 7.12 6.67 -
YUV 74.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 72 77 69 0.06 0 0.10 0.70 97.5 0.05 0.29
Hex 48 4D 45 6 0 A 46 62 5 1D
Octal 110 115 105 6 0 12 106 142 5 35
Binary 1001000 1001101 1000101 110 0 1010 1000110 1100010 101 11101

Color Harmonies of #484D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D45

Black with #484D45

Text Example


Text Example

White with #484D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,77,69); }

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

background-color css

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

 a { background-color: rgb(72,77,69); }

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

border-color css

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

 span { border-color: rgb(72,77,69); }

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