Html Css Color HEX #475448 Grey-Asparagus

📋 copy color: '#475448'

red 71 ◦ green 84 ◦ blue 72

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

Shades of Grey-Asparagus #475448

Tints of Grey-Asparagus #475448

RGB

 RED value IS 71 (28.13% from 255) = 31.28%

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

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

R = 31.28%
G = 37%
B = 31.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#475448 (or 0x475448) is known color: Grey-Asparagus. HEX triplet: 47, 54 and 48. RGB value is (71,84,72). Sum of RGB (Red+Green+Blue) = 71+84+72=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #475448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475448 is #B8ABB7. Grayscale: #4E4E4E. Windows color (decimal): -12102584 or 4740167. OLE color: 4740167.

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

Color convert

RGB 71 84 72 -
CMYK 0.15 0 0.14 0.67
HSL 124.62º 0.08% 0.3% -
HSV(B) 124.62º 0.15% 0.33% -
XYZ 6.94 8.15 7.34 -
YUV 78.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 71 84 72 0.15 0 0.14 0.67 124.62 0.08 0.3
Hex 47 54 48 F 0 E 43 7D 8 1E
Octal 107 124 110 17 0 16 103 175 10 36
Binary 1000111 1010100 1001000 1111 0 1110 1000011 1111101 1000 11110

Color Harmonies of #475448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475448

Black with #475448

Text Example


Text Example

White with #475448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475448; }

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

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

background-color css

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

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

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

border-color css

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

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

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