#4F574C

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

Shades of Battleship Grey #4F574C

Tints of Battleship Grey #4F574C

Color information

#4F574C (or 0x4F574C) is unknown color: approx Battleship Grey. HEX triplet: 4F, 57 and 4C. RGB value is (79,87,76). Sum of RGB (Red+Green+Blue) = 79+87+76=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 87 - color contains mainly: green. Hex color #4F574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F574C is #B0A8B3. Grayscale: #535353. Windows color (decimal): -11577524 or 5003087. OLE color: 5003087.

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

Color convert

RGB798776-
CMYK0.0900.130.66
HSL103.64º6.75%31.96%-
HSV(B)103.64º12.64%34.12%-
XYZ7.9498.16-
YUV83.35123.85124.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=32.64%
G=35.95%
B=31.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7987760.0900.130.66103.646.7531.96
Hex4F574C90D4268720
Octal11712711411015102150740
Binary10011111010111100110010010110110000101101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,87,76); }

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

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

 a { background-color: rgb(79,87,76); }

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

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

 span { border-color: rgb(79,87,76); }

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