Html Css Color HEX #47425E Gun Powder

📋 copy color: '#47425E'

red 71 ◦ green 66 ◦ blue 94

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

Shades of Gun Powder #47425E

Tints of Gun Powder #47425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 30.74%
G = 28.57%
B = 40.69%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47425E (or 0x47425E) is known color: Gun Powder. HEX triplet: 47, 42 and 5E. RGB value is (71,66,94). Sum of RGB (Red+Green+Blue) = 71+66+94=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #47425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47425E is #B8BDA1. Grayscale: #464646. Windows color (decimal): -12107170 or 6177351. OLE color: 6177351.

HSL color Cylindrical-coordinate representation of color #47425E: hue angle of 250.71º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47425E is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 66 94 -
CMYK 0.24 0.30 0 0.63
HSL 250.71º 0.18% 0.31% -
HSV(B) 250.71º 0.3% 0.37% -
XYZ 6.57 6.04 11.41 -
YUV 70.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 71 66 94 0.24 0.30 0 0.63 250.71 0.18 0.31
Hex 47 42 5E 18 1E 0 3F FB 12 1F
Octal 107 102 136 30 36 0 77 373 22 37
Binary 1000111 1000010 1011110 11000 11110 0 111111 11111011 10010 11111

Color Harmonies of #47425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47425E

Black with #47425E

Text Example


Text Example

White with #47425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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