Html Css Color HEX #4D564B Battleship Grey

📋 copy color: '#4D564B'

red 77 ◦ green 86 ◦ blue 75

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

Shades of Battleship Grey #4D564B

Tints of Battleship Grey #4D564B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

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

R = 32.35%
G = 36.13%
B = 31.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#4D564B (or 0x4D564B) is known color: Battleship Grey. HEX triplet: 4D, 56 and 4B. RGB value is (77,86,75). Sum of RGB (Red+Green+Blue) = 77+86+75=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 86 - color contains mainly: green. Hex color #4D564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D564B is #B2A9B4. Grayscale: #525252. Windows color (decimal): -11708853 or 4937293. OLE color: 4937293.

HSL color Cylindrical-coordinate representation of color #4D564B: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D564B is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 77 86 75 -
CMYK 0.10 0 0.13 0.66
HSL 109.09º 0.07% 0.32% -
HSV(B) 109.09º 0.13% 0.34% -
XYZ 7.66 8.74 7.94 -
YUV 82.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 77 86 75 0.10 0 0.13 0.66 109.09 0.07 0.32
Hex 4D 56 4B A 0 D 42 6D 7 20
Octal 115 126 113 12 0 15 102 155 7 40
Binary 1001101 1010110 1001011 1010 0 1101 1000010 1101101 111 100000

Color Harmonies of #4D564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D564B

Black with #4D564B

Text Example


Text Example

White with #4D564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,86,75); }

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

background-color css

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

 a { background-color: rgb(77,86,75); }

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

border-color css

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

 span { border-color: rgb(77,86,75); }

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