Html Css Color HEX #4F574D Battleship Grey

📋 copy color: '#4F574D'

red 79 ◦ green 87 ◦ blue 77

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

Shades of Battleship Grey #4F574D

Tints of Battleship Grey #4F574D

RGB

 RED value IS 79 (31.25% from 255) = 32.51%

 GREEN value IS 87 (34.38% from 255) = 35.8%

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 32.51%
G = 35.8%
B = 31.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#4F574D (or 0x4F574D) is known color: Battleship Grey. HEX triplet: 4F, 57 and 4D. RGB value is (79,87,77). Sum of RGB (Red+Green+Blue) = 79+87+77=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 87 - color contains mainly: green. Hex color #4F574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F574D is #B0A8B2. Grayscale: #535353. Windows color (decimal): -11577523 or 5068623. OLE color: 5068623.

HSL color Cylindrical-coordinate representation of color #4F574D: hue angle of 108º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F574D is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 79 87 77 -
CMYK 0.09 0 0.11 0.66
HSL 108º 0.06% 0.32% -
HSV(B) 108º 0.11% 0.34% -
XYZ 7.97 9.01 8.34 -
YUV 83.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 79 87 77 0.09 0 0.11 0.66 108 0.06 0.32
Hex 4F 57 4D 9 0 B 42 6C 6 20
Octal 117 127 115 11 0 13 102 154 6 40
Binary 1001111 1010111 1001101 1001 0 1011 1000010 1101100 110 100000

Color Harmonies of #4F574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F574D

Black with #4F574D

Text Example


Text Example

White with #4F574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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