Html Css Color HEX #47445C Gun Powder

📋 copy color: '#47445C'

red 71 ◦ green 68 ◦ blue 92

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

Shades of Gun Powder #47445C

Tints of Gun Powder #47445C

RGB

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

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

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

R = 30.74%
G = 29.44%
B = 39.83%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47445C (or 0x47445C) is known color: Gun Powder. HEX triplet: 47, 44 and 5C. RGB value is (71,68,92). Sum of RGB (Red+Green+Blue) = 71+68+92=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #47445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47445C is #B8BBA3. Grayscale: #474747. Windows color (decimal): -12106660 or 6046791. OLE color: 6046791.

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

Color convert

RGB 71 68 92 -
CMYK 0.23 0.26 0 0.64
HSL 247.5º 0.15% 0.31% -
HSV(B) 247.5º 0.26% 0.36% -
XYZ 6.6 6.25 10.98 -
YUV 71.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 71 68 92 0.23 0.26 0 0.64 247.5 0.15 0.31
Hex 47 44 5C 17 1A 0 40 F8 F 1F
Octal 107 104 134 27 32 0 100 370 17 37
Binary 1000111 1000100 1011100 10111 11010 0 1000000 11111000 1111 11111

Color Harmonies of #47445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47445C

Black with #47445C

Text Example


Text Example

White with #47445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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