#4F564E

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

Shades of Battleship Grey #4F564E

Tints of Battleship Grey #4F564E

Color information

#4F564E (or 0x4F564E) is unknown color: approx Battleship Grey. HEX triplet: 4F, 56 and 4E. RGB value is (79,86,78). Sum of RGB (Red+Green+Blue) = 79+86+78=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 86 - color contains mainly: green. Hex color #4F564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F564E is #B0A9B1. Grayscale: #535353. Windows color (decimal): -11577778 or 5133903. OLE color: 5133903.

HSL color Cylindrical-coordinate representation of color #4F564E: hue angle of 112.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F564E is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB798678-
CMYK0.0800.090.66
HSL112.5º4.88%32.16%-
HSV(B)112.5º9.3%33.73%-
XYZ7.938.878.5-
YUV82.99125.18125.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.51%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=32.51%
G=35.39%
B=32.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7986780.0800.090.66112.54.8832.16
Hex4F564E8094270520
Octal11712611610011102160540
Binary10011111010110100111010000100110000101110000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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