#4B5349

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

Shades of Battleship Grey #4B5349

Tints of Battleship Grey #4B5349

Color information

#4B5349 (or 0x4B5349) is unknown color: approx Battleship Grey. HEX triplet: 4B, 53 and 49. RGB value is (75,83,73). Sum of RGB (Red+Green+Blue) = 75+83+73=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5349 is #B4ACB6. Grayscale: #4F4F4F. Windows color (decimal): -11840695 or 4805451. OLE color: 4805451.

HSL color Cylindrical-coordinate representation of color #4B5349: hue angle of 108º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B5349 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB758373-
CMYK0.1000.120.67
HSL108º6.41%30.59%-
HSV(B)108º12.05%32.55%-
XYZ7.28.167.5-
YUV79.47124.35124.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.47%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 73 (28.91% from 255) = 31.60%
R=32.47%
G=35.93%
B=31.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7583730.1000.120.671086.4130.59
Hex4B5349A0C436c61f
Octal11312311112014103154637
Binary1001011101001110010011010011001000011110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,83,73); }

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

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

 a { background-color: rgb(75,83,73); }

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

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

 span { border-color: rgb(75,83,73); }

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