Html Css Color HEX #4F554D Battleship Grey

📋 copy color: '#4F554D'

red 79 ◦ green 85 ◦ blue 77

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

Shades of Battleship Grey #4F554D

Tints of Battleship Grey #4F554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.27%

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

R = 32.78%
G = 35.27%
B = 31.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#4F554D (or 0x4F554D) is known color: Battleship Grey. HEX triplet: 4F, 55 and 4D. RGB value is (79,85,77). Sum of RGB (Red+Green+Blue) = 79+85+77=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 85 - color contains mainly: green. Hex color #4F554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F554D is #B0AAB2. Grayscale: #525252. Windows color (decimal): -11578035 or 5068111. OLE color: 5068111.

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

Color convert

RGB 79 85 77 -
CMYK 0.07 0 0.09 0.67
HSL 105º 0.05% 0.32% -
HSV(B) 105º 0.09% 0.33% -
XYZ 7.81 8.7 8.29 -
YUV 82.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 79 85 77 0.07 0 0.09 0.67 105 0.05 0.32
Hex 4F 55 4D 7 0 9 43 69 5 20
Octal 117 125 115 7 0 11 103 151 5 40
Binary 1001111 1010101 1001101 111 0 1001 1000011 1101001 101 100000

Color Harmonies of #4F554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F554D

Black with #4F554D

Text Example


Text Example

White with #4F554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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