Html Css Color HEX #47445D Gun Powder

📋 copy color: '#47445D'

red 71 ◦ green 68 ◦ blue 93

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

Shades of Gun Powder #47445D

Tints of Gun Powder #47445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 30.6%
G = 29.31%
B = 40.09%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47445D (or 0x47445D) is known color: Gun Powder. HEX triplet: 47, 44 and 5D. RGB value is (71,68,93). Sum of RGB (Red+Green+Blue) = 71+68+93=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #47445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47445D is #B8BBA2. Grayscale: #474747. Windows color (decimal): -12106659 or 6112327. OLE color: 6112327.

HSL color Cylindrical-coordinate representation of color #47445D: hue angle of 247.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47445D is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 68 93 -
CMYK 0.24 0.27 0 0.64
HSL 247.2º 0.16% 0.32% -
HSV(B) 247.2º 0.27% 0.36% -
XYZ 6.64 6.26 11.21 -
YUV 71.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 71 68 93 0.24 0.27 0 0.64 247.2 0.16 0.32
Hex 47 44 5D 18 1B 0 40 F7 10 20
Octal 107 104 135 30 33 0 100 367 20 40
Binary 1000111 1000100 1011101 11000 11011 0 1000000 11110111 10000 100000

Color Harmonies of #47445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47445D

Black with #47445D

Text Example


Text Example

White with #47445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47445D; }

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

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

background-color css

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

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

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

border-color css

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

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

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