Html Css Color HEX #4F554C Battleship Grey

📋 copy color: '#4F554C'

red 79 ◦ green 85 ◦ blue 76

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

Shades of Battleship Grey #4F554C

Tints of Battleship Grey #4F554C

RGB

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

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

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

R = 32.92%
G = 35.42%
B = 31.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#4F554C (or 0x4F554C) is known color: Battleship Grey. HEX triplet: 4F, 55 and 4C. RGB value is (79,85,76). Sum of RGB (Red+Green+Blue) = 79+85+76=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 85 - color contains mainly: green. Hex color #4F554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F554C is #B0AAB3. Grayscale: #525252. Windows color (decimal): -11578036 or 5002575. OLE color: 5002575.

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

Color convert

RGB 79 85 76 -
CMYK 0.07 0 0.11 0.67
HSL 100º 0.06% 0.32% -
HSV(B) 100º 0.11% 0.33% -
XYZ 7.78 8.68 8.1 -
YUV 82.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 79 85 76 0.07 0 0.11 0.67 100 0.06 0.32
Hex 4F 55 4C 7 0 B 43 64 6 20
Octal 117 125 114 7 0 13 103 144 6 40
Binary 1001111 1010101 1001100 111 0 1011 1000011 1100100 110 100000

Color Harmonies of #4F554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F554C

Black with #4F554C

Text Example


Text Example

White with #4F554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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