Html Css Color HEX #4D4F4C Battleship Grey

📋 copy color: '#4D4F4C'

red 77 ◦ green 79 ◦ blue 76

#4D4F4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Battleship Grey #4D4F4C

Tints of Battleship Grey #4D4F4C

RGB

 RED value IS 77 (30.47% from 255) = 33.19%

 GREEN value IS 79 (31.25% from 255) = 34.05%

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 33.19%
G = 34.05%
B = 32.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4D4F4C (or 0x4D4F4C) is known color: Battleship Grey. HEX triplet: 4D, 4F and 4C. RGB value is (77,79,76). Sum of RGB (Red+Green+Blue) = 77+79+76=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F4C is #B2B0B3. Grayscale: #4E4E4E. Windows color (decimal): -11710644 or 5001037. OLE color: 5001037.

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

Color convert

RGB 77 79 76 -
CMYK 0.03 0 0.04 0.69
HSL 100º 0.02% 0.3% -
HSV(B) 100º 0.04% 0.31% -
XYZ 7.16 7.69 7.94 -
YUV 78.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 77 79 76 0.03 0 0.04 0.69 100 0.02 0.3
Hex 4D 4F 4C 3 0 4 45 64 2 1E
Octal 115 117 114 3 0 4 105 144 2 36
Binary 1001101 1001111 1001100 11 0 100 1000101 1100100 10 11110

Color Harmonies of #4D4F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4F4C

Black with #4D4F4C

Text Example


Text Example

White with #4D4F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,79,76); }

 H1.HeaderClassName
 {
   color: #4D4F4C;
 }
 .AnyTagClassName
 {
   color: #4D4F4C;
 }
</style>

background-color css

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

 a { background-color: rgb(77,79,76); }

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

border-color css

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

 span { border-color: rgb(77,79,76); }

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