Html Css Color HEX #474661 Gun Powder

📋 copy color: '#474661'

red 71 ◦ green 70 ◦ blue 97

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

Shades of Gun Powder #474661

Tints of Gun Powder #474661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.76%

R = 29.83%
G = 29.41%
B = 40.76%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474661 (or 0x474661) is known color: Gun Powder. HEX triplet: 47, 46 and 61. RGB value is (71,70,97). Sum of RGB (Red+Green+Blue) = 71+70+97=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #474661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474661 is #B8B99E. Grayscale: #494949. Windows color (decimal): -12106143 or 6374983. OLE color: 6374983.

HSL color Cylindrical-coordinate representation of color #474661: hue angle of 242.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474661 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 70 97 -
CMYK 0.27 0.28 0 0.62
HSL 242.22º 0.16% 0.33% -
HSV(B) 242.22º 0.28% 0.38% -
XYZ 6.95 6.58 12.21 -
YUV 73.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 71 70 97 0.27 0.28 0 0.62 242.22 0.16 0.33
Hex 47 46 61 1B 1C 0 3E F2 10 21
Octal 107 106 141 33 34 0 76 362 20 41
Binary 1000111 1000110 1100001 11011 11100 0 111110 11110010 10000 100001

Color Harmonies of #474661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474661

Black with #474661

Text Example


Text Example

White with #474661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474661; }

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

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

background-color css

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

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

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

border-color css

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

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

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