Html Css Color HEX #4A5448 Grey-Asparagus

📋 copy color: '#4A5448'

red 74 ◦ green 84 ◦ blue 72

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

Shades of Grey-Asparagus #4A5448

Tints of Grey-Asparagus #4A5448

RGB

 RED value IS 74 (29.3% from 255) = 32.17%

 GREEN value IS 84 (33.2% from 255) = 36.52%

 BLUE value IS 72 (28.52% from 255) = 31.3%

R = 32.17%
G = 36.52%
B = 31.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#4A5448 (or 0x4A5448) is known color: Grey-Asparagus. HEX triplet: 4A, 54 and 48. RGB value is (74,84,72). Sum of RGB (Red+Green+Blue) = 74+84+72=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5448 is #B5ABB7. Grayscale: #4F4F4F. Windows color (decimal): -11905976 or 4740170. OLE color: 4740170.

HSL color Cylindrical-coordinate representation of color #4A5448: hue angle of 110º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A5448 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 84 72 -
CMYK 0.12 0 0.14 0.67
HSL 110º 0.08% 0.31% -
HSV(B) 110º 0.14% 0.33% -
XYZ 7.16 8.26 7.35 -
YUV 79.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 74 84 72 0.12 0 0.14 0.67 110 0.08 0.31
Hex 4A 54 48 C 0 E 43 6E 8 1F
Octal 112 124 110 14 0 16 103 156 10 37
Binary 1001010 1010100 1001000 1100 0 1110 1000011 1101110 1000 11111

Color Harmonies of #4A5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5448

Black with #4A5448

Text Example


Text Example

White with #4A5448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A5448; }

 p { color: rgb(74,84,72); }

 H1.HeaderClassName
 {
   color: #4A5448;
 }
 .AnyTagClassName
 {
   color: #4A5448;
 }
</style>

background-color css

<style>
 a { background-color: #4A5448; }

 a { background-color: rgb(74,84,72); }

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

border-color css

<style>
 span { border-color: #4A5448; }

 span { border-color: rgb(74,84,72); }

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