#4F544E

Color #4F544E Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #4F544E

Tints of Battleship Grey #4F544E

Color information

#4F544E (or 0x4F544E) is unknown color: approx Battleship Grey. HEX triplet: 4F, 54 and 4E. RGB value is (79,84,78). Sum of RGB (Red+Green+Blue) = 79+84+78=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 84 - color contains mainly: green. Hex color #4F544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F544E is #B0ABB1. Grayscale: #515151. Windows color (decimal): -11578290 or 5133391. OLE color: 5133391.

HSL color Cylindrical-coordinate representation of color #4F544E: hue angle of 110º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4F544E is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB798478-
CMYK0.0600.070.67
HSL110º3.7%31.76%-
HSV(B)110º7.14%32.94%-
XYZ7.778.558.45-
YUV81.82125.84125.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=32.78%
G=34.85%
B=32.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7984780.0600.070.671103.731.76
Hex4F544E607436e420
Octal117124116607103156440
Binary100111110101001001110110011110000111101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,84,78); }

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

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

 a { background-color: rgb(79,84,78); }

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

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

 span { border-color: rgb(79,84,78); }

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