#4A4F48

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

Shades of Battleship Grey #4A4F48

Tints of Battleship Grey #4A4F48

Color information

#4A4F48 (or 0x4A4F48) is unknown color: approx Battleship Grey. HEX triplet: 4A, 4F and 48. RGB value is (74,79,72). Sum of RGB (Red+Green+Blue) = 74+79+72=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4F48 is #B5B0B7. Grayscale: #4C4C4C. Windows color (decimal): -11907256 or 4738890. OLE color: 4738890.

HSL color Cylindrical-coordinate representation of color #4A4F48: hue angle of 102.86º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4A4F48 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB747972-
CMYK0.0600.090.69
HSL102.86º4.64%29.61%-
HSV(B)102.86º8.86%30.98%-
XYZ6.797.527.22-
YUV76.71125.34126.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 72 (28.52% from 255) = 32%
R=32.89%
G=35.11%
B=32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7479720.0600.090.69102.864.6429.61
Hex4A4F48609456751e
Octal1121171106011105147536
Binary100101010011111001000110010011000101110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,79,72); }

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

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

 a { background-color: rgb(74,79,72); }

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

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

 span { border-color: rgb(74,79,72); }

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