#4D584B

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

Shades of Battleship Grey #4D584B

Tints of Battleship Grey #4D584B

Color information

#4D584B (or 0x4D584B) is unknown color: approx Battleship Grey. HEX triplet: 4D, 58 and 4B. RGB value is (77,88,75). Sum of RGB (Red+Green+Blue) = 77+88+75=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #4D584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D584B is #B2A7B4. Grayscale: #535353. Windows color (decimal): -11708341 or 4937805. OLE color: 4937805.

HSL color Cylindrical-coordinate representation of color #4D584B: hue angle of 110.77º 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 #4D584B is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB778875-
CMYK0.1200.150.65
HSL110.77º7.98%31.96%-
HSV(B)110.77º14.77%34.51%-
XYZ7.829.077.99-
YUV83.23123.36123.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=32.08%
G=36.67%
B=31.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7788750.1200.150.65110.777.9831.96
Hex4D584BC0F416f820
Octal115130113140171011571040
Binary100110110110001001011110001111100000111011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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