Html Css Color HEX #4F594B Battleship Grey

📋 copy color: '#4F594B'

red 79 ◦ green 89 ◦ blue 75

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

Shades of Battleship Grey #4F594B

Tints of Battleship Grey #4F594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.63%

 BLUE value IS 75 (29.69% from 255) = 30.86%

R = 32.51%
G = 36.63%
B = 30.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#4F594B (or 0x4F594B) is known color: Battleship Grey. HEX triplet: 4F, 59 and 4B. RGB value is (79,89,75). Sum of RGB (Red+Green+Blue) = 79+89+75=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #4F594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F594B is #B0A6B4. Grayscale: #545454. Windows color (decimal): -11577013 or 4938063. OLE color: 4938063.

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

Color convert

RGB 79 89 75 -
CMYK 0.11 0 0.16 0.65
HSL 102.86º 0.09% 0.32% -
HSV(B) 102.86º 0.16% 0.35% -
XYZ 8.07 9.32 8.03 -
YUV 84.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 79 89 75 0.11 0 0.16 0.65 102.86 0.09 0.32
Hex 4F 59 4B B 0 10 41 67 9 20
Octal 117 131 113 13 0 20 101 147 11 40
Binary 1001111 1011001 1001011 1011 0 10000 1000001 1100111 1001 100000

Color Harmonies of #4F594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F594B

Black with #4F594B

Text Example


Text Example

White with #4F594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,89,75); }

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

background-color css

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

 a { background-color: rgb(79,89,75); }

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

border-color css

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

 span { border-color: rgb(79,89,75); }

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