Html Css Color HEX #4F584D Battleship Grey

📋 copy color: '#4F584D'

red 79 ◦ green 88 ◦ blue 77

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

Shades of Battleship Grey #4F584D

Tints of Battleship Grey #4F584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

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

R = 32.38%
G = 36.07%
B = 31.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#4F584D (or 0x4F584D) is known color: Battleship Grey. HEX triplet: 4F, 58 and 4D. RGB value is (79,88,77). Sum of RGB (Red+Green+Blue) = 79+88+77=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #4F584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F584D is #B0A7B2. Grayscale: #545454. Windows color (decimal): -11577267 or 5068879. OLE color: 5068879.

HSL color Cylindrical-coordinate representation of color #4F584D: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4F584D is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 88 77 -
CMYK 0.10 0 0.12 0.65
HSL 109.09º 0.07% 0.32% -
HSV(B) 109.09º 0.13% 0.35% -
XYZ 8.05 9.18 8.37 -
YUV 84.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 79 88 77 0.10 0 0.12 0.65 109.09 0.07 0.32
Hex 4F 58 4D A 0 C 41 6D 7 20
Octal 117 130 115 12 0 14 101 155 7 40
Binary 1001111 1011000 1001101 1010 0 1100 1000001 1101101 111 100000

Color Harmonies of #4F584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F584D

Black with #4F584D

Text Example


Text Example

White with #4F584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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