Html Css Color HEX #4E594B Battleship Grey

📋 copy color: '#4E594B'

red 78 ◦ green 89 ◦ blue 75

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

Shades of Battleship Grey #4E594B

Tints of Battleship Grey #4E594B

RGB

 RED value IS 78 (30.86% from 255) = 32.23%

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

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

R = 32.23%
G = 36.78%
B = 30.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#4E594B (or 0x4E594B) is known color: Battleship Grey. HEX triplet: 4E, 59 and 4B. RGB value is (78,89,75). Sum of RGB (Red+Green+Blue) = 78+89+75=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #4E594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E594B is #B1A6B4. Grayscale: #545454. Windows color (decimal): -11642549 or 4938062. OLE color: 4938062.

HSL color Cylindrical-coordinate representation of color #4E594B: hue angle of 107.14º 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 #4E594B is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 89 75 -
CMYK 0.12 0 0.16 0.65
HSL 107.14º 0.09% 0.32% -
HSV(B) 107.14º 0.16% 0.35% -
XYZ 7.98 9.27 8.03 -
YUV 84.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 78 89 75 0.12 0 0.16 0.65 107.14 0.09 0.32
Hex 4E 59 4B C 0 10 41 6B 9 20
Octal 116 131 113 14 0 20 101 153 11 40
Binary 1001110 1011001 1001011 1100 0 10000 1000001 1101011 1001 100000

Color Harmonies of #4E594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E594B

Black with #4E594B

Text Example


Text Example

White with #4E594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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