Html Css Color HEX #47425C Gun Powder

📋 copy color: '#47425C'

red 71 ◦ green 66 ◦ blue 92

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

Shades of Gun Powder #47425C

Tints of Gun Powder #47425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 31%
G = 28.82%
B = 40.17%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47425C (or 0x47425C) is known color: Gun Powder. HEX triplet: 47, 42 and 5C. RGB value is (71,66,92). Sum of RGB (Red+Green+Blue) = 71+66+92=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #47425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47425C is #B8BDA3. Grayscale: #464646. Windows color (decimal): -12107172 or 6046279. OLE color: 6046279.

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

Color convert

RGB 71 66 92 -
CMYK 0.23 0.28 0 0.64
HSL 251.54º 0.16% 0.31% -
HSV(B) 251.54º 0.28% 0.36% -
XYZ 6.48 6.01 10.94 -
YUV 70.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 71 66 92 0.23 0.28 0 0.64 251.54 0.16 0.31
Hex 47 42 5C 17 1C 0 40 FC 10 1F
Octal 107 102 134 27 34 0 100 374 20 37
Binary 1000111 1000010 1011100 10111 11100 0 1000000 11111100 10000 11111

Color Harmonies of #47425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47425C

Black with #47425C

Text Example


Text Example

White with #47425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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