Html Css Color HEX #4F5B4A Battleship Grey

📋 copy color: '#4F5B4A'

red 79 ◦ green 91 ◦ blue 74

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

Shades of Battleship Grey #4F5B4A

Tints of Battleship Grey #4F5B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.3%

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 32.38%
G = 37.3%
B = 30.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#4F5B4A (or 0x4F5B4A) is known color: Battleship Grey. HEX triplet: 4F, 5B and 4A. RGB value is (79,91,74). Sum of RGB (Red+Green+Blue) = 79+91+74=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 91 - color contains mainly: green. Hex color #4F5B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5B4A is #B0A4B5. Grayscale: #555555. Windows color (decimal): -11576502 or 4873039. OLE color: 4873039.

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

Color convert

RGB 79 91 74 -
CMYK 0.13 0 0.19 0.64
HSL 102.35º 0.1% 0.32% -
HSV(B) 102.35º 0.19% 0.36% -
XYZ 8.2 9.64 7.91 -
YUV 85.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 79 91 74 0.13 0 0.19 0.64 102.35 0.1 0.32
Hex 4F 5B 4A D 0 13 40 66 A 20
Octal 117 133 112 15 0 23 100 146 12 40
Binary 1001111 1011011 1001010 1101 0 10011 1000000 1100110 1010 100000

Color Harmonies of #4F5B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5B4A

Black with #4F5B4A

Text Example


Text Example

White with #4F5B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,91,74); }

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

background-color css

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

 a { background-color: rgb(79,91,74); }

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

border-color css

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

 span { border-color: rgb(79,91,74); }

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