Html Css Color HEX #4F584C Battleship Grey

📋 copy color: '#4F584C'

red 79 ◦ green 88 ◦ blue 76

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

Shades of Battleship Grey #4F584C

Tints of Battleship Grey #4F584C

RGB

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

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

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

R = 32.51%
G = 36.21%
B = 31.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#4F584C (or 0x4F584C) is known color: Battleship Grey. HEX triplet: 4F, 58 and 4C. RGB value is (79,88,76). Sum of RGB (Red+Green+Blue) = 79+88+76=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #4F584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F584C is #B0A7B3. Grayscale: #535353. Windows color (decimal): -11577268 or 5003343. OLE color: 5003343.

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

Color convert

RGB 79 88 76 -
CMYK 0.10 0 0.14 0.65
HSL 105º 0.07% 0.32% -
HSV(B) 105º 0.14% 0.35% -
XYZ 8.02 9.16 8.18 -
YUV 83.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 79 88 76 0.10 0 0.14 0.65 105 0.07 0.32
Hex 4F 58 4C A 0 E 41 69 7 20
Octal 117 130 114 12 0 16 101 151 7 40
Binary 1001111 1011000 1001100 1010 0 1110 1000001 1101001 111 100000

Color Harmonies of #4F584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F584C

Black with #4F584C

Text Example


Text Example

White with #4F584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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