Html Css Color HEX #474559 Gun Powder

📋 copy color: '#474559'

red 71 ◦ green 69 ◦ blue 89

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

Shades of Gun Powder #474559

Tints of Gun Powder #474559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.13%

 BLUE value IS 89 (35.16% from 255) = 38.86%

R = 31%
G = 30.13%
B = 38.86%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474559 (or 0x474559) is known color: Gun Powder. HEX triplet: 47, 45 and 59. RGB value is (71,69,89). Sum of RGB (Red+Green+Blue) = 71+69+89=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #474559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474559 is #B8BAA6. Grayscale: #474747. Windows color (decimal): -12106407 or 5850439. OLE color: 5850439.

HSL color Cylindrical-coordinate representation of color #474559: hue angle of 246º degrees, saturation: 0.13, 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 #474559 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 69 89 -
CMYK 0.20 0.22 0 0.65
HSL 246º 0.13% 0.31% -
HSV(B) 246º 0.22% 0.35% -
XYZ 6.53 6.32 10.33 -
YUV 71.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 71 69 89 0.20 0.22 0 0.65 246 0.13 0.31
Hex 47 45 59 14 16 0 41 F6 D 1F
Octal 107 105 131 24 26 0 101 366 15 37
Binary 1000111 1000101 1011001 10100 10110 0 1000001 11110110 1101 11111

Color Harmonies of #474559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474559

Black with #474559

Text Example


Text Example

White with #474559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474559; }

 p { color: rgb(71,69,89); }

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

background-color css

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

 a { background-color: rgb(71,69,89); }

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

border-color css

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

 span { border-color: rgb(71,69,89); }

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