Html Css Color HEX #474457 Gun Powder

📋 copy color: '#474457'

red 71 ◦ green 68 ◦ blue 87

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

Shades of Gun Powder #474457

Tints of Gun Powder #474457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.09%

 BLUE value IS 87 (34.38% from 255) = 38.5%

R = 31.42%
G = 30.09%
B = 38.5%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#474457 (or 0x474457) is known color: Gun Powder. HEX triplet: 47, 44 and 57. RGB value is (71,68,87). Sum of RGB (Red+Green+Blue) = 71+68+87=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #474457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474457 is #B8BBA8. Grayscale: #464646. Windows color (decimal): -12106665 or 5719111. OLE color: 5719111.

HSL color Cylindrical-coordinate representation of color #474457: hue angle of 249.47º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #474457 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 68 87 -
CMYK 0.18 0.22 0 0.66
HSL 249.47º 0.12% 0.3% -
HSV(B) 249.47º 0.22% 0.34% -
XYZ 6.39 6.16 9.87 -
YUV 71.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 71 68 87 0.18 0.22 0 0.66 249.47 0.12 0.3
Hex 47 44 57 12 16 0 42 F9 C 1E
Octal 107 104 127 22 26 0 102 371 14 36
Binary 1000111 1000100 1010111 10010 10110 0 1000010 11111001 1100 11110

Color Harmonies of #474457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474457

Black with #474457

Text Example


Text Example

White with #474457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474457; }

 p { color: rgb(71,68,87); }

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

background-color css

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

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

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

border-color css

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

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

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