#4B504A

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

Shades of Battleship Grey #4B504A

Tints of Battleship Grey #4B504A

Color information

#4B504A (or 0x4B504A) is unknown color: approx Battleship Grey. HEX triplet: 4B, 50 and 4A. RGB value is (75,80,74). Sum of RGB (Red+Green+Blue) = 75+80+74=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 80 - color contains mainly: green. Hex color #4B504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B504A is #B4AFB5. Grayscale: #4D4D4D. Windows color (decimal): -11841462 or 4870219. OLE color: 4870219.

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

Color convert

RGB758074-
CMYK0.0600.080.69
HSL110º3.9%30.2%-
HSV(B)110º7.5%31.37%-
XYZ7.017.737.6-
YUV77.82125.84125.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=32.75%
G=34.93%
B=32.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580740.0600.080.691103.930.2
Hex4B504A608456e41e
Octal1131201126010105156436
Binary100101110100001001010110010001000101110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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