Html Css Color HEX #474653 Gun Powder

📋 copy color: '#474653'

red 71 ◦ green 70 ◦ blue 83

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

Shades of Gun Powder #474653

Tints of Gun Powder #474653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.05%

R = 31.7%
G = 31.25%
B = 37.05%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474653 (or 0x474653) is known color: Gun Powder. HEX triplet: 47, 46 and 53. RGB value is (71,70,83). Sum of RGB (Red+Green+Blue) = 71+70+83=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #474653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474653 is #B8B9AC. Grayscale: #474747. Windows color (decimal): -12106157 or 5457479. OLE color: 5457479.

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

Color convert

RGB 71 70 83 -
CMYK 0.14 0.16 0 0.67
HSL 244.62º 0.08% 0.3% -
HSV(B) 244.62º 0.16% 0.33% -
XYZ 6.35 6.34 9.07 -
YUV 71.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 71 70 83 0.14 0.16 0 0.67 244.62 0.08 0.3
Hex 47 46 53 E 10 0 43 F5 8 1E
Octal 107 106 123 16 20 0 103 365 10 36
Binary 1000111 1000110 1010011 1110 10000 0 1000011 11110101 1000 11110

Color Harmonies of #474653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474653

Black with #474653

Text Example


Text Example

White with #474653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474653; }

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

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

background-color css

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

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

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

border-color css

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

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

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