Html Css Color HEX #4D554A Battleship Grey

📋 copy color: '#4D554A'

red 77 ◦ green 85 ◦ blue 74

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

Shades of Battleship Grey #4D554A

Tints of Battleship Grey #4D554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

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

R = 32.63%
G = 36.02%
B = 31.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#4D554A (or 0x4D554A) is known color: Battleship Grey. HEX triplet: 4D, 55 and 4A. RGB value is (77,85,74). Sum of RGB (Red+Green+Blue) = 77+85+74=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #4D554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D554A is #B2AAB5. Grayscale: #515151. Windows color (decimal): -11709110 or 4871501. OLE color: 4871501.

HSL color Cylindrical-coordinate representation of color #4D554A: hue angle of 103.64º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D554A is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 85 74 -
CMYK 0.09 0 0.13 0.67
HSL 103.64º 0.07% 0.31% -
HSV(B) 103.64º 0.13% 0.33% -
XYZ 7.55 8.57 7.73 -
YUV 81.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 77 85 74 0.09 0 0.13 0.67 103.64 0.07 0.31
Hex 4D 55 4A 9 0 D 43 68 7 1F
Octal 115 125 112 11 0 15 103 150 7 37
Binary 1001101 1010101 1001010 1001 0 1101 1000011 1101000 111 11111

Color Harmonies of #4D554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D554A

Black with #4D554A

Text Example


Text Example

White with #4D554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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