Html Css Color HEX #474756 Gun Powder

📋 copy color: '#474756'

red 71 ◦ green 71 ◦ blue 86

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

Shades of Gun Powder #474756

Tints of Gun Powder #474756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.14%

 BLUE value IS 86 (33.98% from 255) = 37.72%

R = 31.14%
G = 31.14%
B = 37.72%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#474756 (or 0x474756) is known color: Gun Powder. HEX triplet: 47, 47 and 56. RGB value is (71,71,86). Sum of RGB (Red+Green+Blue) = 71+71+86=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #474756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474756 is #B8B8A9. Grayscale: #484848. Windows color (decimal): -12105898 or 5654343. OLE color: 5654343.

HSL color Cylindrical-coordinate representation of color #474756: hue angle of 240º 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 #474756 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 71 86 -
CMYK 0.17 0.17 0 0.66
HSL 240º 0.1% 0.31% -
HSV(B) 240º 0.17% 0.34% -
XYZ 6.53 6.52 9.72 -
YUV 72.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 71 71 86 0.17 0.17 0 0.66 240 0.1 0.31
Hex 47 47 56 11 11 0 42 F0 A 1F
Octal 107 107 126 21 21 0 102 360 12 37
Binary 1000111 1000111 1010110 10001 10001 0 1000010 11110000 1010 11111

Color Harmonies of #474756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474756

Black with #474756

Text Example


Text Example

White with #474756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474756; }

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

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

background-color css

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

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

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

border-color css

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

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

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