#4F5A4D

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

Shades of Battleship Grey #4F5A4D

Tints of Battleship Grey #4F5A4D

Color information

#4F5A4D (or 0x4F5A4D) is unknown color: approx Battleship Grey. HEX triplet: 4F, 5A and 4D. RGB value is (79,90,77). Sum of RGB (Red+Green+Blue) = 79+90+77=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A4D is #B0A5B2. Grayscale: #555555. Windows color (decimal): -11576755 or 5069391. OLE color: 5069391.

HSL color Cylindrical-coordinate representation of color #4F5A4D: hue angle of 110.77º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F5A4D is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB799077-
CMYK0.1200.140.65
HSL110.77º7.78%32.75%-
HSV(B)110.77º14.44%35.29%-
XYZ8.229.518.42-
YUV85.23123.36123.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=32.11%
G=36.59%
B=31.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7990770.1200.140.65110.777.7832.75
Hex4F5A4DC0E416f821
Octal117132115140161011571041
Binary100111110110101001101110001110100000111011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,90,77); }

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

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

 a { background-color: rgb(79,90,77); }

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

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

 span { border-color: rgb(79,90,77); }

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