Html Css Color HEX #474550 Gun Powder

📋 copy color: '#474550'

red 71 ◦ green 69 ◦ blue 80

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

Shades of Gun Powder #474550

Tints of Gun Powder #474550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 32.27%
G = 31.36%
B = 36.36%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#474550 (or 0x474550) is known color: Gun Powder. HEX triplet: 47, 45 and 50. RGB value is (71,69,80). Sum of RGB (Red+Green+Blue) = 71+69+80=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #474550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474550 is #B8BAAF. Grayscale: #464646. Windows color (decimal): -12106416 or 5260615. OLE color: 5260615.

HSL color Cylindrical-coordinate representation of color #474550: hue angle of 250.91º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #474550 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 69 80 -
CMYK 0.11 0.14 0 0.69
HSL 250.91º 0.07% 0.29% -
HSV(B) 250.91º 0.14% 0.31% -
XYZ 6.17 6.18 8.46 -
YUV 70.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 71 69 80 0.11 0.14 0 0.69 250.91 0.07 0.29
Hex 47 45 50 B E 0 45 FB 7 1D
Octal 107 105 120 13 16 0 105 373 7 35
Binary 1000111 1000101 1010000 1011 1110 0 1000101 11111011 111 11101

Color Harmonies of #474550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474550

Black with #474550

Text Example


Text Example

White with #474550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474550; }

 p { color: rgb(71,69,80); }

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

background-color css

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

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

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

border-color css

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

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

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