Html Css Color HEX #474356 Gun Powder

📋 copy color: '#474356'

red 71 ◦ green 67 ◦ blue 86

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

Shades of Gun Powder #474356

Tints of Gun Powder #474356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.91%

 BLUE value IS 86 (33.98% from 255) = 38.39%

R = 31.7%
G = 29.91%
B = 38.39%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#474356 (or 0x474356) is known color: Gun Powder. HEX triplet: 47, 43 and 56. RGB value is (71,67,86). Sum of RGB (Red+Green+Blue) = 71+67+86=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #474356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474356 is #B8BCA9. Grayscale: #464646. Windows color (decimal): -12106922 or 5653319. OLE color: 5653319.

HSL color Cylindrical-coordinate representation of color #474356: hue angle of 252.63º 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 #474356 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 67 86 -
CMYK 0.17 0.22 0 0.66
HSL 252.63º 0.12% 0.3% -
HSV(B) 252.63º 0.22% 0.34% -
XYZ 6.29 6.03 9.64 -
YUV 70.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 71 67 86 0.17 0.22 0 0.66 252.63 0.12 0.3
Hex 47 43 56 11 16 0 42 FD C 1E
Octal 107 103 126 21 26 0 102 375 14 36
Binary 1000111 1000011 1010110 10001 10110 0 1000010 11111101 1100 11110

Color Harmonies of #474356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474356

Black with #474356

Text Example


Text Example

White with #474356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474356; }

 p { color: rgb(71,67,86); }

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

background-color css

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

 a { background-color: rgb(71,67,86); }

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

border-color css

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

 span { border-color: rgb(71,67,86); }

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