#4B4F4A

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

Shades of Battleship Grey #4B4F4A

Tints of Battleship Grey #4B4F4A

Color information

#4B4F4A (or 0x4B4F4A) is unknown color: approx Battleship Grey. HEX triplet: 4B, 4F and 4A. RGB value is (75,79,74). Sum of RGB (Red+Green+Blue) = 75+79+74=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 79 - color contains mainly: green. Hex color #4B4F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4F4A is #B4B0B5. Grayscale: #4D4D4D. Windows color (decimal): -11841718 or 4869963. OLE color: 4869963.

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

Color convert

RGB757974-
CMYK0.0500.060.69
HSL108º3.27%30%-
HSV(B)108º6.33%30.98%-
XYZ6.937.587.58-
YUV77.23126.17126.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=32.89%
G=34.65%
B=32.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7579740.0500.060.691083.2730
Hex4B4F4A506456c31e
Octal113117112506105154336
Binary1001011100111110010101010110100010111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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