Html Css Color HEX #47455C Gun Powder

📋 copy color: '#47455C'

red 71 ◦ green 69 ◦ blue 92

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

Shades of Gun Powder #47455C

Tints of Gun Powder #47455C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.66%

R = 30.6%
G = 29.74%
B = 39.66%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47455C (or 0x47455C) is known color: Gun Powder. HEX triplet: 47, 45 and 5C. RGB value is (71,69,92). Sum of RGB (Red+Green+Blue) = 71+69+92=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #47455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47455C is #B8BAA3. Grayscale: #484848. Windows color (decimal): -12106404 or 6047047. OLE color: 6047047.

HSL color Cylindrical-coordinate representation of color #47455C: hue angle of 245.22º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #47455C is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 69 92 -
CMYK 0.23 0.25 0 0.64
HSL 245.22º 0.14% 0.32% -
HSV(B) 245.22º 0.25% 0.36% -
XYZ 6.66 6.37 11 -
YUV 72.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 71 69 92 0.23 0.25 0 0.64 245.22 0.14 0.32
Hex 47 45 5C 17 19 0 40 F5 E 20
Octal 107 105 134 27 31 0 100 365 16 40
Binary 1000111 1000101 1011100 10111 11001 0 1000000 11110101 1110 100000

Color Harmonies of #47455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47455C

Black with #47455C

Text Example


Text Example

White with #47455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47455C; }

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

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

background-color css

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

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

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

border-color css

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

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

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