Html Css Color HEX #4F5D4C Battleship Grey

📋 copy color: '#4F5D4C'

red 79 ◦ green 93 ◦ blue 76

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

Shades of Battleship Grey #4F5D4C

Tints of Battleship Grey #4F5D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.5%

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

R = 31.85%
G = 37.5%
B = 30.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#4F5D4C (or 0x4F5D4C) is known color: Battleship Grey. HEX triplet: 4F, 5D and 4C. RGB value is (79,93,76). Sum of RGB (Red+Green+Blue) = 79+93+76=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #4F5D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5D4C is #B0A2B3. Grayscale: #565656. Windows color (decimal): -11575988 or 5004623. OLE color: 5004623.

HSL color Cylindrical-coordinate representation of color #4F5D4C: hue angle of 109.41º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F5D4C is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 93 76 -
CMYK 0.15 0 0.18 0.64
HSL 109.41º 0.1% 0.33% -
HSV(B) 109.41º 0.18% 0.36% -
XYZ 8.44 10.01 8.33 -
YUV 86.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 79 93 76 0.15 0 0.18 0.64 109.41 0.1 0.33
Hex 4F 5D 4C F 0 12 40 6D A 21
Octal 117 135 114 17 0 22 100 155 12 41
Binary 1001111 1011101 1001100 1111 0 10010 1000000 1101101 1010 100001

Color Harmonies of #4F5D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5D4C

Black with #4F5D4C

Text Example


Text Example

White with #4F5D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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