#4C554A

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

Shades of Battleship Grey #4C554A

Tints of Battleship Grey #4C554A

Color information

#4C554A (or 0x4C554A) is unknown color: approx Battleship Grey. HEX triplet: 4C, 55 and 4A. RGB value is (76,85,74). Sum of RGB (Red+Green+Blue) = 76+85+74=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #4C554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C554A is #B3AAB5. Grayscale: #515151. Windows color (decimal): -11774646 or 4871500. OLE color: 4871500.

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

Color convert

RGB768574-
CMYK0.1100.130.67
HSL109.09º6.92%31.18%-
HSV(B)109.09º12.94%33.33%-
XYZ7.478.537.73-
YUV81.06124.02124.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=32.34%
G=36.17%
B=31.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685740.1100.130.67109.096.9231.18
Hex4C554AB0D436d71f
Octal11412511213015103155737
Binary1001100101010110010101011011011000011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,85,74); }

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

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

 a { background-color: rgb(76,85,74); }

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

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

 span { border-color: rgb(76,85,74); }

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