#4F584B

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

Shades of Battleship Grey #4F584B

Tints of Battleship Grey #4F584B

Color information

#4F584B (or 0x4F584B) is unknown color: approx Battleship Grey. HEX triplet: 4F, 58 and 4B. RGB value is (79,88,75). Sum of RGB (Red+Green+Blue) = 79+88+75=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 88 - color contains mainly: green. Hex color #4F584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F584B is #B0A7B4. Grayscale: #535353. Windows color (decimal): -11577269 or 4937807. OLE color: 4937807.

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

Color convert

RGB798875-
CMYK0.1000.150.65
HSL101.54º7.98%31.96%-
HSV(B)101.54º14.77%34.51%-
XYZ7.989.158-
YUV83.83123.02124.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=32.64%
G=36.36%
B=30.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7988750.1000.150.65101.547.9831.96
Hex4F584BA0F4166820
Octal117130113120171011461040
Binary100111110110001001011101001111100000111001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,88,75); }

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

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

 a { background-color: rgb(79,88,75); }

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

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

 span { border-color: rgb(79,88,75); }

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