Html Css Color HEX #47425D Gun Powder

📋 copy color: '#47425D'

red 71 ◦ green 66 ◦ blue 93

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

Shades of Gun Powder #47425D

Tints of Gun Powder #47425D

RGB

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

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

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

R = 30.87%
G = 28.7%
B = 40.43%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47425D (or 0x47425D) is known color: Gun Powder. HEX triplet: 47, 42 and 5D. RGB value is (71,66,93). Sum of RGB (Red+Green+Blue) = 71+66+93=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #47425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47425D is #B8BDA2. Grayscale: #464646. Windows color (decimal): -12107171 or 6111815. OLE color: 6111815.

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

Color convert

RGB 71 66 93 -
CMYK 0.24 0.29 0 0.64
HSL 251.11º 0.17% 0.31% -
HSV(B) 251.11º 0.29% 0.36% -
XYZ 6.52 6.03 11.18 -
YUV 70.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 71 66 93 0.24 0.29 0 0.64 251.11 0.17 0.31
Hex 47 42 5D 18 1D 0 40 FB 11 1F
Octal 107 102 135 30 35 0 100 373 21 37
Binary 1000111 1000010 1011101 11000 11101 0 1000000 11111011 10001 11111

Color Harmonies of #47425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47425D

Black with #47425D

Text Example


Text Example

White with #47425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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