Html Css Color HEX #4D534A Battleship Grey

📋 copy color: '#4D534A'

red 77 ◦ green 83 ◦ blue 74

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

Shades of Battleship Grey #4D534A

Tints of Battleship Grey #4D534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

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

R = 32.91%
G = 35.47%
B = 31.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#4D534A (or 0x4D534A) is known color: Battleship Grey. HEX triplet: 4D, 53 and 4A. RGB value is (77,83,74). Sum of RGB (Red+Green+Blue) = 77+83+74=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #4D534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D534A is #B2ACB5. Grayscale: #505050. Windows color (decimal): -11709622 or 4870989. OLE color: 4870989.

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

Color convert

RGB 77 83 74 -
CMYK 0.07 0 0.11 0.67
HSL 100º 0.06% 0.31% -
HSV(B) 100º 0.11% 0.33% -
XYZ 7.39 8.26 7.68 -
YUV 80.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 77 83 74 0.07 0 0.11 0.67 100 0.06 0.31
Hex 4D 53 4A 7 0 B 43 64 6 1F
Octal 115 123 112 7 0 13 103 144 6 37
Binary 1001101 1010011 1001010 111 0 1011 1000011 1100100 110 11111

Color Harmonies of #4D534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D534A

Black with #4D534A

Text Example


Text Example

White with #4D534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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