#474558

Color #474558 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #474558

Tints of Gun Powder #474558

Color information

#474558 (or 0x474558) is unknown color: approx Gun Powder. HEX triplet: 47, 45 and 58. RGB value is (71,69,88). Sum of RGB (Red+Green+Blue) = 71+69+88=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #474558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474558 is #B8BAA7. Grayscale: #474747. Windows color (decimal): -12106408 or 5784903. OLE color: 5784903.

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

Color convert

RGB716988-
CMYK0.190.2200.65
HSL246.32º12.1%30.78%-
HSV(B)246.32º21.59%34.51%-
XYZ6.496.310.11-
YUV71.76137.16127.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=31.14%
G=30.26%
B=38.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7169880.190.2200.65246.3212.130.78
Hex4745581316041f6c1f
Octal107105130232601013661437
Binary10001111000101101100010011101100100000111110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474558; }

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

 H1.HeaderClassName
 {
   color: #474558;
 }
 .AnyTagClassName
 {
   color: #474558;
 }
</style>
background-color css

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

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

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

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

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

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