Html Css Color HEX #4D5B4A Battleship Grey

📋 copy color: '#4D5B4A'

red 77 ◦ green 91 ◦ blue 74

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

Shades of Battleship Grey #4D5B4A

Tints of Battleship Grey #4D5B4A

RGB

 RED value IS 77 (30.47% from 255) = 31.82%

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

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

R = 31.82%
G = 37.6%
B = 30.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#4D5B4A (or 0x4D5B4A) is known color: Battleship Grey. HEX triplet: 4D, 5B and 4A. RGB value is (77,91,74). Sum of RGB (Red+Green+Blue) = 77+91+74=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #4D5B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5B4A is #B2A4B5. Grayscale: #545454. Windows color (decimal): -11707574 or 4873037. OLE color: 4873037.

HSL color Cylindrical-coordinate representation of color #4D5B4A: hue angle of 109.41º 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 #4D5B4A is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 91 74 -
CMYK 0.15 0 0.19 0.64
HSL 109.41º 0.1% 0.32% -
HSV(B) 109.41º 0.19% 0.36% -
XYZ 8.04 9.55 7.9 -
YUV 84.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 77 91 74 0.15 0 0.19 0.64 109.41 0.1 0.32
Hex 4D 5B 4A F 0 13 40 6D A 20
Octal 115 133 112 17 0 23 100 155 12 40
Binary 1001101 1011011 1001010 1111 0 10011 1000000 1101101 1010 100000

Color Harmonies of #4D5B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5B4A

Black with #4D5B4A

Text Example


Text Example

White with #4D5B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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