#4F5060

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

Shades of Gun Powder #4F5060

Tints of Gun Powder #4F5060

Color information

#4F5060 (or 0x4F5060) is unknown color: approx Gun Powder. HEX triplet: 4F, 50 and 60. RGB value is (79,80,96). Sum of RGB (Red+Green+Blue) = 79+80+96=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F5060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5060 is #B0AF9F. Grayscale: #515151. Windows color (decimal): -11579296 or 6312015. OLE color: 6312015.

HSL color Cylindrical-coordinate representation of color #4F5060: hue angle of 236.47º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F5060 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB798096-
CMYK0.180.1700.62
HSL236.47º9.71%34.31%-
HSV(B)236.47º17.71%37.65%-
XYZ8.28.2412.23-
YUV81.52136.17126.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.98%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=30.98%
G=31.37%
B=37.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7980960.180.1700.62236.479.7134.31
Hex4F5060121103Eeca22
Octal11712014022210763541242
Binary10011111010000110000010010100010111110111011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F5060; }

 p { color: rgb(79,80,96); }

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

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

 a { background-color: rgb(79,80,96); }

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

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

 span { border-color: rgb(79,80,96); }

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