Html Css Color HEX #47425A Gun Powder

📋 copy color: '#47425A'

red 71 ◦ green 66 ◦ blue 90

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

Shades of Gun Powder #47425A

Tints of Gun Powder #47425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 31.28%
G = 29.07%
B = 39.65%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47425A (or 0x47425A) is known color: Gun Powder. HEX triplet: 47, 42 and 5A. RGB value is (71,66,90). Sum of RGB (Red+Green+Blue) = 71+66+90=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #47425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47425A is #B8BDA5. Grayscale: #464646. Windows color (decimal): -12107174 or 5915207. OLE color: 5915207.

HSL color Cylindrical-coordinate representation of color #47425A: hue angle of 252.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47425A is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 66 90 -
CMYK 0.21 0.27 0 0.65
HSL 252.5º 0.15% 0.31% -
HSV(B) 252.5º 0.27% 0.35% -
XYZ 6.39 5.97 10.49 -
YUV 70.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 71 66 90 0.21 0.27 0 0.65 252.5 0.15 0.31
Hex 47 42 5A 15 1B 0 41 FD F 1F
Octal 107 102 132 25 33 0 101 375 17 37
Binary 1000111 1000010 1011010 10101 11011 0 1000001 11111101 1111 11111

Color Harmonies of #47425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47425A

Black with #47425A

Text Example


Text Example

White with #47425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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