Html Css Color HEX #474655 Gun Powder

📋 copy color: '#474655'

red 71 ◦ green 70 ◦ blue 85

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

Shades of Gun Powder #474655

Tints of Gun Powder #474655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

 BLUE value IS 85 (33.59% from 255) = 37.61%

R = 31.42%
G = 30.97%
B = 37.61%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474655 (or 0x474655) is known color: Gun Powder. HEX triplet: 47, 46 and 55. RGB value is (71,70,85). Sum of RGB (Red+Green+Blue) = 71+70+85=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #474655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474655 is #B8B9AA. Grayscale: #474747. Windows color (decimal): -12106155 or 5588551. OLE color: 5588551.

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

Color convert

RGB 71 70 85 -
CMYK 0.16 0.18 0 0.67
HSL 244º 0.1% 0.3% -
HSV(B) 244º 0.18% 0.33% -
XYZ 6.43 6.38 9.49 -
YUV 72.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 71 70 85 0.16 0.18 0 0.67 244 0.1 0.3
Hex 47 46 55 10 12 0 43 F4 A 1E
Octal 107 106 125 20 22 0 103 364 12 36
Binary 1000111 1000110 1010101 10000 10010 0 1000011 11110100 1010 11110

Color Harmonies of #474655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474655

Black with #474655

Text Example


Text Example

White with #474655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474655; }

 p { color: rgb(71,70,85); }

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

background-color css

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

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

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

border-color css

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

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

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