Html Css Color HEX #47465A Gun Powder

📋 copy color: '#47465A'

red 71 ◦ green 70 ◦ blue 90

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

Shades of Gun Powder #47465A

Tints of Gun Powder #47465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 30.74%
G = 30.3%
B = 38.96%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47465A (or 0x47465A) is known color: Gun Powder. HEX triplet: 47, 46 and 5A. RGB value is (71,70,90). Sum of RGB (Red+Green+Blue) = 71+70+90=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #47465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47465A is #B8B9A5. Grayscale: #484848. Windows color (decimal): -12106150 or 5916231. OLE color: 5916231.

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

Color convert

RGB 71 70 90 -
CMYK 0.21 0.22 0 0.65
HSL 243º 0.13% 0.31% -
HSV(B) 243º 0.22% 0.35% -
XYZ 6.63 6.46 10.57 -
YUV 72.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 71 70 90 0.21 0.22 0 0.65 243 0.13 0.31
Hex 47 46 5A 15 16 0 41 F3 C 1F
Octal 107 106 132 25 26 0 101 363 14 37
Binary 1000111 1000110 1011010 10101 10110 0 1000001 11110011 1100 11111

Color Harmonies of #47465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47465A

Black with #47465A

Text Example


Text Example

White with #47465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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