Html Css Color HEX #4F564E Battleship Grey

📋 copy color: '#4F564E'

red 79 ◦ green 86 ◦ blue 78

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

Shades of Battleship Grey #4F564E

Tints of Battleship Grey #4F564E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.39%

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 32.51%
G = 35.39%
B = 32.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#4F564E (or 0x4F564E) is known color: Battleship Grey. HEX triplet: 4F, 56 and 4E. RGB value is (79,86,78). Sum of RGB (Red+Green+Blue) = 79+86+78=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 86 - color contains mainly: green. Hex color #4F564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F564E is #B0A9B1. Grayscale: #535353. Windows color (decimal): -11577778 or 5133903. OLE color: 5133903.

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

Color convert

RGB 79 86 78 -
CMYK 0.08 0 0.09 0.66
HSL 112.5º 0.05% 0.32% -
HSV(B) 112.5º 0.09% 0.34% -
XYZ 7.93 8.87 8.5 -
YUV 83 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 79 86 78 0.08 0 0.09 0.66 112.5 0.05 0.32
Hex 4F 56 4E 8 0 9 42 70 5 20
Octal 117 126 116 10 0 11 102 160 5 40
Binary 1001111 1010110 1001110 1000 0 1001 1000010 1110000 101 100000

Color Harmonies of #4F564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F564E

Black with #4F564E

Text Example


Text Example

White with #4F564E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,86,78); }

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

background-color css

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

 a { background-color: rgb(79,86,78); }

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

border-color css

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

 span { border-color: rgb(79,86,78); }

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