#4F5061

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

Shades of Gun Powder #4F5061

Tints of Gun Powder #4F5061

Color information

#4F5061 (or 0x4F5061) is unknown color: approx Gun Powder. HEX triplet: 4F, 50 and 61. RGB value is (79,80,97). Sum of RGB (Red+Green+Blue) = 79+80+97=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F5061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5061 is #B0AF9E. Grayscale: #515151. Windows color (decimal): -11579295 or 6377551. OLE color: 6377551.

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

Color convert

RGB798097-
CMYK0.190.1800.62
HSL236.67º10.23%34.51%-
HSV(B)236.67º18.56%38.04%-
XYZ8.258.2612.47-
YUV81.64136.67126.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.86%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=30.86%
G=31.25%
B=37.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7980970.190.1800.62236.6710.2334.51
Hex4F5061131203Eeda23
Octal11712014123220763551243
Binary10011111010000110000110011100100111110111011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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