Html Css Color HEX #475648 Grey-Asparagus

📋 copy color: '#475648'

red 71 ◦ green 86 ◦ blue 72

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

Shades of Grey-Asparagus #475648

Tints of Grey-Asparagus #475648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.55%

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

R = 31%
G = 37.55%
B = 31.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#475648 (or 0x475648) is known color: Grey-Asparagus. HEX triplet: 47, 56 and 48. RGB value is (71,86,72). Sum of RGB (Red+Green+Blue) = 71+86+72=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 86 - color contains mainly: green. Hex color #475648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475648 is #B8A9B7. Grayscale: #4F4F4F. Windows color (decimal): -12102072 or 4740679. OLE color: 4740679.

HSL color Cylindrical-coordinate representation of color #475648: hue angle of 124º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475648 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 72 -
CMYK 0.17 0 0.16 0.66
HSL 124º 0.1% 0.31% -
HSV(B) 124º 0.17% 0.34% -
XYZ 7.1 8.46 7.39 -
YUV 79.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 71 86 72 0.17 0 0.16 0.66 124 0.1 0.31
Hex 47 56 48 11 0 10 42 7C A 1F
Octal 107 126 110 21 0 20 102 174 12 37
Binary 1000111 1010110 1001000 10001 0 10000 1000010 1111100 1010 11111

Color Harmonies of #475648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475648

Black with #475648

Text Example


Text Example

White with #475648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475648; }

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

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

background-color css

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

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

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

border-color css

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

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

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